Changes in src/tests/test.py [ca54499:d142ec5]
- File:
-
- 1 edited
-
src/tests/test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/test.py
rca54499 rd142ec5 96 96 parser.add_argument('--all', help='Run all test available', action='store_true') 97 97 parser.add_argument('--regenerate-expected', help='Regenerate the .expect by running the specified tets, can be used with --all option', action='store_true') 98 parser.add_argument('-j', '--jobs', help='Number of tests to run simultaneously', type=int , default='8')98 parser.add_argument('-j', '--jobs', help='Number of tests to run simultaneously', type=int) 99 99 parser.add_argument('--list-comp', help='List all valide arguments', action='store_true') 100 100 parser.add_argument('-I','--include', help='Directory of test to include, can be used multiple time, All if omitted', action='append')
Note:
See TracChangeset
for help on using the changeset viewer.