File size: 360 Bytes
3b5d2e9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
--asyncio-mode=auto
markers =
auth: Authentication related tests
integration: Integration tests
unit: Unit tests
slow: Slow running tests
asyncio_mode = auto |