File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ python-dotenv==1.1.0
55mando == 0.8.2
66# --- dev / CI only -------------------------------------------------
77pytest >= 8.0
8- pytest-asyncio >= 0.23
9- httpx [http2 ]>= 0.27
8+ pytest-asyncio >= 0.23
Original file line number Diff line number Diff line change 1- # 🧪 End-to-End Test Suite (` tests/ ` )
1+ # End-to-End Test Suite (` tests/ ` )
22
3- The pytest harness here exercises ** every MCP transport** your repo supports, both locally and (optionally) against a deployed Heroku app.
3+ You know what's better than unit tests? End to end integration tests.
4+
5+ These pytest tests run ** every MCP transport** this repo supports, both locally and (optionally) against a deployed Heroku app.
46
57| Context ID | Transport exercised | Needs running ** web** dyno? |
68| -------------------| -----------------------------------------------------------| -----------------------------|
You can’t perform that action at this time.
0 commit comments