Changeset 3bdbfcc in sasview for src/sas/qtgui/GUITests.py


Ignore:
Timestamp:
Feb 2, 2017 6:29:07 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:
965fbd8
Parents:
5d89f43
git-author:
Piotr Rozyczko <rozyczko@…> (01/23/17 07:21:03)
git-committer:
Piotr Rozyczko <rozyczko@…> (02/02/17 06:29:07)
Message:

Reimplementation of the slicer functionality

File:
1 edited

Legend:

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

    r092a3d9 r3bdbfcc  
    2424from UnitTesting import PlotUtilitiesTest 
    2525from UnitTesting import ColorMapTest 
     26from UnitTesting import BoxSumTest 
     27from UnitTesting import SlicerModelTest 
    2628 
    2729def suite(): 
     
    5052        unittest.makeSuite(PlotUtilitiesTest.PlotUtilitiesTest, 'test'), 
    5153        unittest.makeSuite(ColorMapTest.ColorMapTest, 'test'), 
     54        unittest.makeSuite(BoxSumTest.BoxSumTest, 'test'), 
     55        unittest.makeSuite(SlicerModelTest.SlicerModelTest, 'test'), 
    5256    ) 
    5357    return unittest.TestSuite(suites) 
Note: See TracChangeset for help on using the changeset viewer.