Changeset d0528c4 in sasview for src/sas/qtgui
- Timestamp:
- Jul 12, 2018 6:04:17 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:
- 6ff103a
- Parents:
- 32f6cdd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/GUITests.py
r32f6cdd rd0528c4 9 9 10 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. 11 by running ``python setup.py install`` in both repositories. 13 12 14 The tests can be run with ` python GUITests.py`, or to get more verbose console15 output (recommended), use `python GUITests.py -v`.13 The tests can be run with ``python GUITests.py``, or to get more verbose 14 console output (recommended), use ``python GUITests.py -v``. 16 15 """ 17 16
Note: See TracChangeset
for help on using the changeset viewer.