Changeset d5c5d3d in sasview for src/sas/qtgui/Utilities/UnitTesting
- Timestamp:
- Oct 17, 2017 3:25:17 PM (7 years ago)
- 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:
- f0bb711
- Parents:
- d6e5b31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/UnitTesting/GuiUtilsTest.py
r464cd07 rd5c5d3d 69 69 'progressBarUpdateSignal', 70 70 'activeGraphName', 71 'sendDataToPanel', 72 'updateModelFromDataOperationPanelSignal' 71 73 ] 72 74 … … 412 414 self.assertEqual(yscale, "log") 413 415 416 414 417 class FormulaValidatorTest(unittest.TestCase): 415 418 """ Test the formula validator """
Note: See TracChangeset
for help on using the changeset viewer.