Changeset 87cc73a in sasview for src/sas/qtgui/GUITests.py
- Timestamp:
- Jan 11, 2017 9:31:58 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:
- db5cd8d
- Parents:
- b46f285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/GUITests.py
rb46f285 r87cc73a 21 21 from UnitTesting import SetGraphRangeTest 22 22 from UnitTesting import LinearFitTest 23 from UnitTesting import PlotPropertiesTest 24 from UnitTesting import PlotUtilitiesTest 23 25 24 26 def suite(): … … 44 46 unittest.makeSuite(SetGraphRangeTest.SetGraphRangeTest, 'test'), 45 47 unittest.makeSuite(LinearFitTest.LinearFitTest, 'test'), 48 unittest.makeSuite(PlotPropertiesTest.PlotPropertiesTest, 'test'), 49 unittest.makeSuite(PlotUtilitiesTest.PlotUtilitiesTest, 'test'), 46 50 ) 47 51 return unittest.TestSuite(suites)
Note: See TracChangeset
for help on using the changeset viewer.