omnidiag / pytest.ini
yahyoha's picture
test: add OmniDiag test suite — 181 tests across 7 new files
54286b5
Raw
History Blame Contribute Delete
205 Bytes
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
slow: marks tests as slow-running (e.g. rate limiting, model loading)