- Timestamp:
- Jul 12, 2018 6:01:43 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d0528c4
- Parents:
- 4dd5766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/GUITests.py
r57be490 r32f6cdd 3 3 from PyQt5 import QtGui 4 4 from PyQt5 import QtWidgets 5 6 """ 7 Unit tests for the QT GUI 8 ========================= 9 10 In order to run the tests, first install SasView and sasmodels to site-packages 11 by running ``python setup.py install`` in the root git directories of both of 12 the repositories. 13 14 The tests can be run with `python GUITests.py`, or to get more verbose console 15 output (recommended), use `python GUITests.py -v`. 16 """ 5 17 6 18 # Prepare the general QApplication instance
Note: See TracChangeset
for help on using the changeset viewer.