Ticket #3033 (closed: fixed)
Allow multiple tests in each system test python module
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
The full runAnalysisTest script allows multiple tests per module however the debugging runIndividualTest script does not.
Extend the script to take an argument such as
python runIndividualTest DirectInelastic.TestA
which run just run the TestA test in the DirectInelastic module. All tests in the module can be still be run by just giving the module name.
Change History
Note: See
TracTickets for help on using
tickets.
(In [11634]) Fixes #3033. Extend the runIndividualTest system test script to take into account multiple tests in a module