Add autoclosing fixture

This commit is contained in:
Simon Alibert
2025-03-22 18:16:13 +01:00
parent 7d558d058e
commit fedac994c3
4 changed files with 34 additions and 34 deletions

View File

@@ -424,7 +424,6 @@ class MockMotors(MockSerial):
def __init__(self):
super().__init__()
self.open()
@property
def stubs(self) -> dict[str, WaitableStub]:

View File

@@ -283,7 +283,6 @@ class MockMotors(MockSerial):
def __init__(self):
super().__init__()
self.open()
@property
def stubs(self) -> dict[str, WaitableStub]: