ShallowCodeResearch / pytest.ini
HallD's picture
Upload 60 files
df2b222 verified
raw
history blame contribute delete
380 Bytes
[pytest]
minversion = 6.0
addopts = -ra --strict-markers --strict-config --cov=app --cov=mcp_hub --cov-report=term-missing --cov-report=html:htmlcov --cov-branch
testpaths = tests
markers =
unit: Unit tests
integration: Integration tests
async_test: Async test cases
slow: Slow running tests
requires_api: Tests that need API keys
asyncio_mode = auto