1# stm32_hal scripts tests
2
3This folder contains `stm32_hal` scripts tests.
4
5# Dependencies
6
7You can install testing dependencies by running:
8
9```
10pip install -r scripts/requirements-test.txt
11```
12
13Note that only Python 3 is supported.
14
15# Running
16
17You can launch tests by running:
18
19```
20pytest
21```
22