Changeset 573c383 in sasview for src/sas/qtgui/Plotting/UnitTesting
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.