Skip to content

Commit adcfaed

Browse files
README updates
1 parent 0c04c71 commit adcfaed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ python-dotenv==1.1.0
55
mando==0.8.2
66
# --- dev / CI only -------------------------------------------------
77
pytest>=8.0
8-
pytest-asyncio>=0.23
9-
httpx[http2]>=0.27
8+
pytest-asyncio>=0.23

tests/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
|-------------------|-----------------------------------------------------------|-----------------------------|

0 commit comments

Comments
 (0)