{% for run in runs %}
Test Run #{{ run.id }}
{{ run.created_at.strftime('%b %d, %Y %H:%M') }}
{{ run.passed }}/{{ run.total }}
passed
No individual test results recorded.
{% endif %} {% if run.test_code %}test_mcp_server.py
{{ run.test_code | e }}
pytest output
{{ run.output | e }}
No test runs yet. Click "Run Tests" to start.