Changeset 32f6cdd in sasview for src/sas/qtgui


Ignore:
Timestamp:
Jul 12, 2018 4:01:43 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
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
Message:

add documentation to GUITests

File:
1 edited

Legend:

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

    r57be490 r32f6cdd  
    33from PyQt5 import QtGui 
    44from PyQt5 import QtWidgets 
     5 
     6""" 
     7Unit tests for the QT GUI 
     8========================= 
     9 
     10In order to run the tests, first install SasView and sasmodels to site-packages 
     11by running ``python setup.py install`` in the root git directories of both of 
     12the repositories. 
     13 
     14The tests can be run with `python GUITests.py`, or to get more verbose console 
     15output (recommended), use `python GUITests.py -v`. 
     16""" 
    517 
    618# Prepare the general QApplication instance 
Note: See TracChangeset for help on using the changeset viewer.