Changeset 092a3d9 in sasview for src/sas/qtgui/UnitTesting/Plotter2DTest.py
- Timestamp:
- Jan 20, 2017 8:26:35 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:
- 03c372d
- Parents:
- 0f3c22d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UnitTesting/Plotter2DTest.py
rb46f285 r092a3d9 13 13 from sas.sasgui.guiframe.dataFitting import Data1D 14 14 from sas.sasgui.guiframe.dataFitting import Data2D 15 from UnitTesting.TestUtils import WarningTestNotImplemented 15 16 16 17 # Tested module … … 60 61 61 62 self.assertTrue(FigureCanvas.draw_idle.called) 63 64 def testCalculateDepth(self): 65 ''' Test the depth calculator ''' 66 WarningTestNotImplemented() 67 68 def testOnColorMap(self): 69 ''' Respond to the color map event ''' 70 WarningTestNotImplemented() 62 71 63 72 def testOnToggleScale(self):
Note: See TracChangeset
for help on using the changeset viewer.