Ignore:
Timestamp:
Jan 12, 2017 2:09:23 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:
2e3e959
Parents:
87cc73a
Message:

Added tests for PlotProperties?

File:
1 edited

Legend:

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

    r87cc73a rdb5cd8d  
    1313from sas.sasgui.guiframe.dataFitting import Data1D 
    1414from sas.sasgui.guiframe.dataFitting import Data2D 
    15 from UnitTesting.TestUtils import WarningNotImplemented 
     15from UnitTesting.TestUtils import WarningTestNotImplemented 
    1616 
    1717# Tested module 
     
    224224    def testOnLinearFit(self): 
    225225        """ Checks the response to LinearFit call """ 
    226         WarningNotImplemented(sys._getframe().f_code.co_name) 
     226        WarningTestNotImplemented() 
    227227 
    228228    def testOnRemovePlot(self): 
    229229        """ Assure plots get removed when requested """ 
    230         WarningNotImplemented(sys._getframe().f_code.co_name) 
     230        WarningTestNotImplemented() 
    231231 
    232232    def testRemovePlot(self): 
    233233        """ Test plot removal """ 
    234         WarningNotImplemented(sys._getframe().f_code.co_name) 
     234        WarningTestNotImplemented() 
    235235 
    236236    def testOnToggleHideError(self): 
    237237        """ Test the error bar toggle on plots """ 
    238         WarningNotImplemented(sys._getframe().f_code.co_name) 
     238        WarningTestNotImplemented() 
    239239 
    240240    def testOnFitDisplay(self): 
    241241        """ Test the fit line display on the chart """ 
    242         WarningNotImplemented(sys._getframe().f_code.co_name) 
     242        WarningTestNotImplemented() 
    243243 
    244244    def testReplacePlot(self): 
    245245        """ Test the plot refresh functionality """ 
    246         WarningNotImplemented(sys._getframe().f_code.co_name) 
     246        WarningTestNotImplemented() 
    247247 
    248248    def testReplacePlot(self): 
    249249        """ Test the plot refresh functionality """ 
    250         WarningNotImplemented(sys._getframe().f_code.co_name) 
     250        WarningTestNotImplemented(sys._getframe().f_code.co_name) 
    251251 
    252252    def testOnModifyPlot(self): 
    253253        """ Test the functionality for changing plot properties """ 
    254         WarningNotImplemented(sys._getframe().f_code.co_name) 
     254        WarningTestNotImplemented() 
    255255 
    256256if __name__ == "__main__": 
Note: See TracChangeset for help on using the changeset viewer.