File size: 380 Bytes
df2b222
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[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