mantidimaging.eyes_tests.base_eyes module

class mantidimaging.eyes_tests.base_eyes.BaseEyesTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

check_target(widget: Optional[PyQt5.QtWidgets.QWidget] = None)[source]
eyes_manager: mantidimaging.eyes_tests.eyes_manager.EyesManager
property imaging
setUp()

Hook method for setting up the test fixture before exercising it.

classmethod setUpClass()
static show_menu(widget: PyQt5.QtWidgets.QMainWindow, menu: PyQt5.QtWidgets.QMenu)[source]
tearDown()

Hook method for deconstructing the test fixture after testing it.

classmethod tearDownClass()