[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