12 lines
195 B
INI
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
|