We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c443c0 commit 95bd3eaCopy full SHA for 95bd3ea
1 file changed
meshtastic/tests/test_stream_interface.py
@@ -110,6 +110,8 @@ def test_StreamInterface_init_cleanup_does_not_shadow_original_exception():
110
"""
111
112
class CleanupRaisesStream(StreamInterface):
113
+ """Helper stream that raises during close() to verify exception precedence."""
114
+
115
def __init__(self):
116
self.stream = MagicMock()
117
super().__init__(noProto=False, connectNow=True)
0 commit comments