mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
7 lines
164 B
INI
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
|