| [pytest] | |
| testpaths = tests | |
| addopts = -v --tb=short | |
| asyncio_mode = auto | |
| markers = | |
| slow: marks tests as slow (deselect with -m "not slow") | |
| hf: marks tests requiring HuggingFace network access | |
| e2e: marks end-to-end Playwright browser tests (require a live server) | |