File size: 247 Bytes
846b6be | 1 2 3 4 5 6 7 8 9 | [pytest]
python_files = test_*.py *_test.py
python_functions = test_*
python_classes = Test*
asyncio_mode = auto
testpaths = tests
markers =
integration: marks tests as integration tests (require running services)
slow: marks tests as slow |