Ignore:
Timestamp:
Dec 7, 2016 5:47:22 AM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

2D plots: more unit tests + minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/UnitTesting/GuiManagerTest.py

    r31c5b58 r64f1e93  
    119119        Test that the custom exit method is called on shutdown 
    120120        """ 
     121        self.manager._workspace.show() 
     122 
    121123        # Must mask sys.exit, otherwise the whole testing process stops. 
    122124        sys.exit = MagicMock() 
Note: See TracChangeset for help on using the changeset viewer.