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 781f5b8 commit 413ae6eCopy full SHA for 413ae6e
tests/legacy/utils.py
@@ -57,6 +57,7 @@ def run_loop_once(self):
57
self.loop.call_soon(self.loop.stop)
58
self.loop.run_forever()
59
60
+ # Remove when dropping Python < 3.10
61
@contextlib.contextmanager
62
def assertNoLogs(self, logger="websockets", level=logging.ERROR):
63
"""
0 commit comments