hal_stm32/scripts/tests
Gerard Marull-Paretas 79a847bf2b scripts: tests: update genpinctrl tests
Update genpinctrl unit tests to match latest changes.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2020-12-03 08:39:09 -06:00
..
genllheaders scripts: genllheaders: add test to check generated headers 2020-11-05 22:00:15 -06:00
genpinctrl scripts: tests: update genpinctrl tests 2020-12-03 08:39:09 -06:00
README.md scripts: tests: genpinctrl: add initial tests 2020-09-29 09:03:24 -05:00

README.md

stm32_hal scripts tests

This folder contains stm32_hal scripts tests.

Dependencies

You can install testing dependencies by running:

pip install -r scripts/requirements-test.txt

Note that only Python 3 is supported.

Running

You can launch tests by running:

pytest