Changeset 83eb5208 in sasview for src/sas/qtgui/UnitTesting
- Timestamp:
- Apr 19, 2017 3:58:36 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:
- cd2cc745
- Parents:
- 6c8fb2c
- Location:
- src/sas/qtgui/UnitTesting
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UnitTesting/TestUtilsTest.py
- Property mode changed from 100755 to 100644
r5032ea68 r83eb5208 8 8 9 9 # Local 10 from GuiUtils import Communicate11 from UnitTesting.TestUtils import *10 from sas.qtgui.Utilities.GuiUtils import Communicate 11 from sas.qtgui.UnitTesting.TestUtils import * 12 12 13 13 app = QApplication(sys.argv)
Note: See TracChangeset
for help on using the changeset viewer.