mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
6 lines
144 B
INI
6 lines
144 B
INI
[pytest]
|
|
python_files = tests.py test_*.py *_tests.py
|
|
addopts = --cov=.
|
|
--cov-report html:htmlcov
|
|
--cov-report term-missing
|