parent
186c2610cd
commit
0dc97ccd5e
|
@ -42,8 +42,8 @@ def adddefaultoptions(config):
|
||||||
Option('-k',
|
Option('-k',
|
||||||
action="store", dest="keyword", default='',
|
action="store", dest="keyword", default='',
|
||||||
help="only run test items matching the given "
|
help="only run test items matching the given "
|
||||||
"comma separated keywords. precede keyword with '-' to negate. "
|
"space separated keywords. precede a keyword with '-' to negate. "
|
||||||
"Terminate with ':' to treat a match as a signal to run all subsequent tests. "
|
"Terminate the expression with ':' to treat a match as a signal to run all subsequent tests. "
|
||||||
),
|
),
|
||||||
Option('-l', '--showlocals',
|
Option('-l', '--showlocals',
|
||||||
action="store_true", dest="showlocals", default=False,
|
action="store_true", dest="showlocals", default=False,
|
||||||
|
|
Loading…
Reference in New Issue