9 lines
No EOL
247 B
INI
9 lines
No EOL
247 B
INI
[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 |