Skip to main content
Glama
pytest.ini1.53 kB
[tool:pytest] # PyTest Configuration for MCP Personal Assistant # Test discovery testpaths = tests python_files = test_*.py *_test.py python_classes = Test* python_functions = test_* # Markers for test categories markers = unit: Unit tests integration: Integration tests performance: Performance tests benchmark: Benchmark tests (using pytest-benchmark) slow: Slow running tests database: Tests requiring database network: Tests requiring network access auth: Authentication related tests vector: Vector search related tests concurrent: Concurrency tests memory: Memory usage tests # Test execution options minversion = 7.0 addopts = --strict-markers --strict-config --verbose --tb=short --cov=src --cov-report=term-missing --cov-report=html:htmlcov --cov-report=xml:coverage.xml --cov-fail-under=80 --durations=10 --benchmark-skip # Asyncio configuration asyncio_mode = auto # Test timeouts timeout = 300 timeout_method = thread # Logging configuration log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)8s] %(name)s: %(message)s log_cli_date_format = %Y-%m-%d %H:%M:%S # Filter warnings filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning ignore::ResourceWarning ignore::UserWarning:psutil.* # JUnit XML for CI junit_family = xunit2 # Test collection collect_ignore = build dist venv .venv test-venv node_modules .devcontainer

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swapnilsurdi/mcp-pa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server