mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-01-26 09:02:30 +00:00
8 lines
165 B
INI
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 |