mirror of
https://github.com/meshtastic/python.git
synced 2025-12-26 01:17:51 -05:00
9 lines
167 B
INI
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
|