7 lines
164 B
INI

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