Author: bugman
Date: Tue Oct 7 16:31:49 2014
New Revision: 26192
URL: http://svn.gna.org/viewcvs/relax?rev=26192&view=rev
Log:
Modified the help strings for the test suite options shown when 'relax -h' is
run.
The ability to specify individual tests (or modules of tests for the unit
tests) is now documented.
The '--time' option help string has also been edited.
Modified:
trunk/relax.py
Modified: trunk/relax.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/relax.py?rev=26192&r1=26191&r2=26192&view=diff
==============================================================================
--- trunk/relax.py (original)
+++ trunk/relax.py Tue Oct 7 16:31:49 2014
@@ -312,11 +312,11 @@
# Recognised command line options for the test suite.
group = OptionGroup(parser, 'Test suite options')
group.add_option('-x', '--test-suite', action='store_true',
dest='test_suite', default=0, help='execute the full relax test suite')
- group.add_option('-s', '--system-tests', action='store_true',
dest='system_tests', default=0, help='execute the system/functional tests')
- group.add_option('-u', '--unit-tests', action='store_true',
dest='unit_tests', default=0, help='execute the unit tests')
- group.add_option('--gui-tests', action='store_true', dest='gui_tests',
default=0, help='execute the GUI tests')
- group.add_option('--verification-tests', action='store_true',
dest='verification_tests', default=0, help='execute the software verification
tests')
- group.add_option('--time', action='store_true', dest='tt', default=0,
help='enable the timing of individual tests in the test suite')
+ group.add_option('-s', '--system-tests', action='store_true',
dest='system_tests', default=0, help='execute the system/functional tests.
Test names, revealed with the --time option, can be supplied to perform a
subset of all tests.')
+ group.add_option('-u', '--unit-tests', action='store_true',
dest='unit_tests', default=0, help='execute the unit tests. Module names,
revealed with the --time option, can be supplied to perform a subset of all
tests.')
+ group.add_option('--gui-tests', action='store_true', dest='gui_tests',
default=0, help='execute the GUI tests. Test names, revealed with the --time
option, can be supplied to perform a subset of all tests.')
+ group.add_option('--verification-tests', action='store_true',
dest='verification_tests', default=0, help='execute the software verification
tests. Test names, revealed with the --time option, can be supplied to perform
a subset of all tests.')
+ group.add_option('--time', action='store_true', dest='tt', default=0,
help='print out the timings of individual tests in the test suite')
group.add_option('--no-skip', action='store_true', dest='no_skip',
default=0, help='a debugging option for relax developers to turn on all
blacklisted tests, even those that will fail')
parser.add_option_group(group)
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits