pytest config missing
This commit is contained in:
parent
6eaf521db6
commit
2c1322b270
1 changed files with 5 additions and 0 deletions
5
pytest.ini
Normal file
5
pytest.ini
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[pytest]
|
||||||
|
minversion = 6.0
|
||||||
|
addopts = --strict-markers --tb=short --cov=src --cov-report=term-missing
|
||||||
|
testpaths =
|
||||||
|
tests
|
||||||
Loading…
Add table
Add a link
Reference in a new issue