Ignore:
Timestamp:
Aug 1, 2016 7:47:16 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.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:
1af348e
Parents:
28a84e9
Message:

More context menu functionality + tests

File:
1 edited

Legend:

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

    r28a84e9 r39551a68  
    723723        QFileDialog.getSaveFileName.assert_called_once() 
    724724 
     725    def testQuickDataPlot(self): 
     726        """ 
     727        Quick data plot generation. 
     728 
     729        TODO: add content once plotting finalized 
     730        """ 
     731        pass 
    725732 
    726733if __name__ == "__main__": 
Note: See TracChangeset for help on using the changeset viewer.