Changeset b46f285 in sasview for src/sas/qtgui/GUITests.py


Ignore:
Timestamp:
Jan 9, 2017 9:49:16 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:
87cc73a
Parents:
a66ff280
Message:

Unit tests for linear fit

File:
1 edited

Legend:

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

    rd3ca363 rb46f285  
    2020from UnitTesting import WindowTitleTest 
    2121from UnitTesting import SetGraphRangeTest 
     22from UnitTesting import LinearFitTest 
    2223 
    2324def suite(): 
     
    4243        unittest.makeSuite(WindowTitleTest.WindowTitleTest, 'test'), 
    4344        unittest.makeSuite(SetGraphRangeTest.SetGraphRangeTest, 'test'), 
     45        unittest.makeSuite(LinearFitTest.LinearFitTest, 'test'), 
    4446    ) 
    4547    return unittest.TestSuite(suites) 
Note: See TracChangeset for help on using the changeset viewer.