We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ded316 commit 36c80a1Copy full SHA for 36c80a1
tests/server/lowlevel/test_result_cache.py
@@ -127,7 +127,7 @@ async def test_call(call: types.CallToolRequest) -> types.ServerResult:
127
128
@pytest.mark.anyio
129
async def test_async_cancel_in_progress():
130
- """Tests basic async call"""
+ """Tests cancelling an in progress async call"""
131
132
async def slow_call(call: types.CallToolRequest) -> types.ServerResult:
133
with anyio.move_on_after(10) as scope:
0 commit comments