We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/washyu/mcp_python_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.ini•764 B
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short --cov=src --cov-report=term-missing
markers =
unit: Fast unit tests that don't require external resources (default)
integration: Integration tests that may require mocking external services
e2e: End-to-end tests that require real infrastructure
slow: Tests that take a long time to run
network: Tests that require network connectivity
docker: Tests that require Docker to be available
postgresql: Tests that require PostgreSQL to be available
ansible: Tests that require Ansible to be available
ssh: Tests that require SSH connectivity
mock_only: Tests that should only run with mocked dependencies