• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

genllheaders/11-Mar-2024-11965

genpinctrl/11-Mar-2024-548404

README.mdD11-Mar-2024295 2213

README.md

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