Changeset 9290b1a in sasview for src/sas/qtgui/GUITests.py


Ignore:
Timestamp:
Dec 16, 2016 10:43:18 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:
d3ca363
Parents:
0ba0774
Message:

Added AddText? to plot, enabled legend drag - SASVIEW-378

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/GUITests.py

    r27313b7 r9290b1a  
    22 
    33from UnitTesting import AboutBoxTest 
     4from UnitTesting import AddTextTest 
    45from UnitTesting import DataExplorerTest 
    56from UnitTesting import WelcomePanelTest 
     
    2223    suites = ( 
    2324        unittest.makeSuite(AboutBoxTest.AboutBoxTest,          'test'), 
     25        unittest.makeSuite(AddTextTest.AddTextTest,          'test'), 
    2426        unittest.makeSuite(DataExplorerTest.DataExplorerTest,  'test'), 
    2527        unittest.makeSuite(WelcomePanelTest.WelcomePanelTest,  'test'), 
Note: See TracChangeset for help on using the changeset viewer.