Ignore:
Timestamp:
Jan 11, 2017 9:31:58 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:
db5cd8d
Parents:
b46f285
Message:

Added Modify Plot Properties functionality. SASVIEW-169

File:
1 edited

Legend:

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

    • Property mode changed from 100755 to 100644
    r5032ea68 r87cc73a  
    22from PyQt4.QtGui import * 
    33from PyQt4.QtTest import * 
     4 
     5def WarningNotImplemented(method_name): 
     6    """ Prints warning about a non-implemented test """ 
     7    print("\nWARNING: %s needs implementing!"%method_name) 
    48 
    59class QtSignalSpy(QObject): 
Note: See TracChangeset for help on using the changeset viewer.