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 6f4ae44 commit 11d2e52Copy full SHA for 11d2e52
tests/shared/test_session.py
@@ -124,8 +124,8 @@ async def make_request(client_session: ClientSession):
124
125
@pytest.mark.anyio
126
async def test_request_cancellation_uncancellable():
127
- """Test that asserts."""
128
- # The tool is already registered in the fixture
+ """Test that asserts a call with cancellable=False is not cancelled on
+ server when cancel scope on client is set."""
129
130
ev_tool_called = anyio.Event()
131
ev_tool_commplete = anyio.Event()
0 commit comments