feat: init
This commit is contained in:
11
pytest.ini
Normal file
11
pytest.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user