File size: 350 Bytes
fcf8749 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = session
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short --strict-markers
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
e2e: end-to-end tests
performance: performance/SLA tests
filterwarnings =
ignore::DeprecationWarning
|