| [pytest] | |
| testpaths = tests | |
| asyncio_mode = auto | |
| addopts = -v --tb=short --strict-markers | |
| markers = | |
| slow: marks tests as slow (deselect with '-m "not slow"') | |
| integration: marks tests that require external services | |
| [pytest] | |
| testpaths = tests | |
| asyncio_mode = auto | |
| addopts = -v --tb=short --strict-markers | |
| markers = | |
| slow: marks tests as slow (deselect with '-m "not slow"') | |
| integration: marks tests that require external services | |