paper-dynasty-discord/tests/players_refactor/pytest.ini
2025-08-17 08:46:55 -05:00

16 lines
428 B
INI

[tool:pytest]
testpaths = tests/players_refactor
python_files = test_*.py
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--asyncio-mode=auto
--disable-warnings
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
integration: marks tests as integration tests
unit: marks tests as unit tests
api: marks tests that interact with API calls
asyncio_mode = auto