Definition at line 353 of file test_devices.py.
◆ setUp()
| def microscope.testsuite.test_devices.TestCoherentSapphireLaser.setUp |
( |
|
self | ) |
|
Definition at line 356 of file test_devices.py.
356 def setUp(self):
359
360 with unittest.mock.patch(
361 "microscope.lights.sapphire.serial.Serial",
362 new=CoherentSapphireLaserMock,
363 ):
364 self.device = SapphireLaser("/dev/null")
365 self.device.initialize()
366
367 self.fake = CoherentSapphireLaserMock
368
369
◆ device
| microscope.testsuite.test_devices.TestCoherentSapphireLaser.device |
◆ fake
| microscope.testsuite.test_devices.TestCoherentSapphireLaser.fake |
The documentation for this class was generated from the following file:
- F:/repos/BioImager/BioImager/PythonMicroscope/microscope/testsuite/test_devices.py