mantidimaging.eyes_tests.base_eyes module¶
- class mantidimaging.eyes_tests.base_eyes.BaseEyesTest(methodName='runTest')[source]¶
Bases:
unittest.case.TestCase
- eyes_manager: mantidimaging.eyes_tests.eyes_manager.EyesManager¶
- property imaging¶
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- classmethod setUpClass()¶
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- classmethod tearDownClass()¶