Files
python/pytest.ini
2021-12-03 09:50:48 -08:00

9 lines
167 B
INI

[pytest]
addopts = -m "not smoke1"
markers =
unit: marks tests as unit tests
int: marks tests as integration tests
smoke1: runs smoke test on one device