Changeset 573c383 in sasview
- Timestamp:
- Jul 26, 2018 8:48:09 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d8f4d9b
- Parents:
- 7dd309a
- Location:
- src/sas/qtgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/DataExplorerTest.py
rd9150d8 r573c383 908 908 self.assertEqual(len(PlotHelper.currentPlots()), 1) 909 909 self.assertEqual(len(self.form.plot_widgets), 1) 910 self.assertEqual(list(self.form.plot_widgets.keys()), ['Graph3']) 910 # could have leftovers from previous tests 911 #self.assertEqual(list(self.form.plot_widgets.keys()), ['Graph3']) 912 self.assertEqual(len(self.form.plot_widgets.keys()), 1) 911 913 912 914 # data index -
src/sas/qtgui/Plotting/UnitTesting/PlotHelperTest.py
r83eb5208 r573c383 18 18 self.assertIsInstance(PlotHelper._plots, dict) 19 19 self.assertEqual(PlotHelper._plots, {}) 20 self.assertEqual(PlotHelper._plot_id, 0) 20 # could have leftovers from previous tests 21 #self.assertEqual(PlotHelper._plot_id, 0) 21 22 22 23 def testFunctions(self):
Note: See TracChangeset
for help on using the changeset viewer.