autoscan / pytest.ini
Chris4K's picture
Upload 384 files
a2a5bfd verified
[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)