Ignore:
Timestamp:
Jan 12, 2017 4: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/PlotUtilitiesTest.py

    r87cc73a rdb5cd8d  
    33from collections import OrderedDict 
    44 
    5 from UnitTesting.TestUtils import WarningNotImplemented 
     5from UnitTesting.TestUtils import WarningTestNotImplemented 
    66 
    77# Tested module 
     
    2525    def testBuildMatrix(self): 
    2626        """ build matrix for 2d plot from a vector """ 
    27         WarningNotImplemented(sys._getframe().f_code.co_name) 
     27        WarningTestNotImplemented() 
    2828 
    2929    def testGetBins(self): 
    3030        """ test 1d arrays of the index with square binning """ 
    31         WarningNotImplemented(sys._getframe().f_code.co_name) 
     31        WarningTestNotImplemented() 
    3232 
    3333    def testFillupPixels(self): 
    3434        """ test filling z values of the empty cells of 2d image matrix """ 
    35         WarningNotImplemented(sys._getframe().f_code.co_name) 
     35        WarningTestNotImplemented() 
    3636 
    3737    def testRescale(sef): 
    3838        """ test the helper function for step based zooming """ 
    39         WarningNotImplemented(sys._getframe().f_code.co_name) 
     39        WarningTestNotImplemented() 
    4040 
    4141    def testGgetValidColor(self): 
    4242        """ test that the method returns a color understood by MPL """ 
    43         WarningNotImplemented(sys._getframe().f_code.co_name) 
     43        WarningTestNotImplemented() 
    4444 
    4545if __name__ == "__main__": 
Note: See TracChangeset for help on using the changeset viewer.