16 lines
428 B
INI
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 |