6 lines
114 B
INI
6 lines
114 B
INI
[pytest]
|
|
pythonpath = .
|
|
addopts = --cov=modules --cov=term-missing -ra
|
|
testpaths = tests
|
|
python_files = test_*.py
|