mirror of
https://github.com/tadata-org/fastapi_mcp.git
synced 2025-04-13 23:32:11 +03:00
7 lines
222 B
INI
7 lines
222 B
INI
[pytest]
|
|
addopts = -vvv --cov=. --cov-report xml --cov-report term-missing --cov-fail-under=80
|
|
asyncio_mode = auto
|
|
log_cli = true
|
|
log_cli_level = DEBUG
|
|
log_cli_format = %(asctime)s - %(name)s - %(levelname)s - %(message)s
|