# 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
```
