Files
navigate/pytest.ini
2025-12-04 16:07:30 +08:00

12 lines
195 B
INI

[pytest]
addopts =
--strict-markers
-m "not hardware"
--cov=./
--cov-report=xml
markers =
hardware: mark tests as run on physical hardware
log_cli = true
testpaths =
test