5 lines
114 B
INI
5 lines
114 B
INI
|
|
[pytest]
|
||
|
|
pythonpath = .
|
||
|
|
testpaths = tests
|
||
|
|
python_files = test_*.py
|
||
|
|
addopts = -v --cov=. --cov-report=term-missing
|