Files
python/pytest.ini
2021-12-08 12:17:26 -08:00

11 lines
354 B
INI

[pytest]
addopts = -m "not smoke1 and not smoke2 and not smokewifi"
markers =
unit: marks tests as unit tests
int: marks tests as integration tests
smoke1: runs smoke tests on a single device connected via USB
smoke2: runs smoke tests on a two devices connected via USB
smokewifi: runs smoke test on an esp32 device setup with wifi