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 604c14d commit 0a141a3Copy full SHA for 0a141a3
1 file changed
tests/conftest.py
@@ -67,6 +67,7 @@ def dataset_without_pixels(dicom_file_meta):
67
68
class FakeWebSocket:
69
"""Async iterator + websocket mock."""
70
+
71
def __init__(self, messages):
72
self._messages = messages
73
self.send = AsyncMock()
0 commit comments