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 cb5eb52 commit c54fc7aCopy full SHA for c54fc7a
tests/test_communication.py
@@ -269,6 +269,7 @@ async def test_ignore_flood_subscription(client: Client) -> None:
269
)
270
assert response == "Hello, Alice!"
271
272
+
273
@pytest.mark.asyncio
274
@pytest.mark.parametrize("handlers", [{**basic_rpc_method}])
275
async def test_rpc_method_reconnect(client: Client) -> None:
0 commit comments