Skip to main content
Glama
run_tests.py454 B
"""Script to run tests with coverage.""" import subprocess def run(): """Run tests with coverage.""" subprocess.run( [ "coverage", "run", "--source", "routing", "-m", "pytest", "--tb=short", "tests", "--color=yes", ], check=True, ) subprocess.run(["coverage", "report", "--fail-under=90"], check=True)

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/odos-xyz/odos-mcp'

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