2021-03-26 13:07:42 +01:00

6 lines
144 B
INI

[pytest]
python_files = tests.py test_*.py *_tests.py
addopts = --cov=.
--cov-report html:htmlcov
--cov-report term-missing