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 dd00bca commit 7982666Copy full SHA for 7982666
tests/ws/test_client.py
@@ -27,6 +27,8 @@
27
class TestServer:
28
"""Test server."""
29
30
+ __test__ = False
31
+
32
def __init__(self) -> None:
33
"""Initialize the test server."""
34
self.server: AioHttpTestServer
0 commit comments