Changeset 99ea1b0 in sasview for src/sas/qtgui/Calculators/UnitTesting/ResolutionCalculatorPanelTest.py
- Timestamp:
- Oct 27, 2017 8:49:35 AM (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:
- 0849aec
- Parents:
- 895e7359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Calculators/UnitTesting/ResolutionCalculatorPanelTest.py
r170e95d r99ea1b0 8 8 from PyQt4.QtTest import QTest 9 9 from PyQt4.QtCore import Qt 10 from mock import MagicMock 11 from mock import patch 10 from unittest.mock import MagicMock 12 11 13 12 from twisted.internet import threads
Note: See TracChangeset
for help on using the changeset viewer.