Changeset 64f1e93 in sasview for src/sas/qtgui/UnitTesting/GuiManagerTest.py
- Timestamp:
- Dec 7, 2016 5:47:22 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 416fa8f
- Parents:
- 55d89f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UnitTesting/GuiManagerTest.py
r31c5b58 r64f1e93 119 119 Test that the custom exit method is called on shutdown 120 120 """ 121 self.manager._workspace.show() 122 121 123 # Must mask sys.exit, otherwise the whole testing process stops. 122 124 sys.exit = MagicMock()
Note: See TracChangeset
for help on using the changeset viewer.