Changeset 092a3d9 in sasview for src/sas/qtgui/UnitTesting


Ignore:
Timestamp:
Jan 20, 2017 8:26:35 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Color Map control for 2D charts. Initial commit - SASVIEW-391

Location:
src/sas/qtgui/UnitTesting
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/UnitTesting/Plotter2DTest.py

    rb46f285 r092a3d9  
    1313from sas.sasgui.guiframe.dataFitting import Data1D 
    1414from sas.sasgui.guiframe.dataFitting import Data2D 
     15from UnitTesting.TestUtils import WarningTestNotImplemented 
    1516 
    1617# Tested module 
     
    6061 
    6162        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() 
    6271 
    6372    def testOnToggleScale(self): 
Note: See TracChangeset for help on using the changeset viewer.