Definition at line 157 of file test_device_server.py.
◆ test_immediate_interrupt()
| def microscope.testsuite.test_device_server.TestStarting.test_immediate_interrupt |
( |
|
self | ) |
|
Check issues on SIGTERM before starting all devices
Definition at line 171 of file test_device_server.py.
171 def test_immediate_interrupt(self):
172 """Check issues on SIGTERM before starting all devices"""
173 pass
174
175
◆ test_standard()
| def microscope.testsuite.test_device_server.TestStarting.test_standard |
( |
|
self | ) |
|
◆ DEVICES
| list microscope.testsuite.test_device_server.TestStarting.DEVICES |
|
static |
Initial value:= [
TestCamera, "127.0.0.1", 8001, {"buffer_length": 0}
),
TestFilterWheel, "127.0.0.1", 8003, {"positions": 3}
),
]
def device(typing.Callable cls, str host, int port, typing.Mapping[str, typing.Any] conf={}, typing.Optional[str] uid=None)
Definition at line 158 of file test_device_server.py.
The documentation for this class was generated from the following file: