Files
AICyclingCoach/backend/pytest.ini
2025-09-28 07:09:36 -07:00

8 lines
165 B
INI

[pytest]
testpaths = tests
addopts = -p no:warnings --verbose
python_files = test_*.py
log_cli = true
asyncio_mode = auto
markers =
asyncio: marks tests as async