| [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 | |