mirror of
https://github.com/meshtastic/python.git
synced 2026-06-02 12:45:00 -04:00
pylint strikes again
This commit is contained in:
@@ -110,6 +110,8 @@ def test_StreamInterface_init_cleanup_does_not_shadow_original_exception():
|
||||
"""
|
||||
|
||||
class CleanupRaisesStream(StreamInterface):
|
||||
"""Helper stream that raises during close() to verify exception precedence."""
|
||||
|
||||
def __init__(self):
|
||||
self.stream = MagicMock()
|
||||
super().__init__(noProto=False, connectNow=True)
|
||||
|
||||
Reference in New Issue
Block a user