|
|
@ -67,6 +67,9 @@ def get_opt_parser(): |
|
|
|
Option('-f', "--fast", action="store_true", |
|
|
|
Option('-f', "--fast", action="store_true", |
|
|
|
dest="fast", |
|
|
|
dest="fast", |
|
|
|
help="Try to increase speed of the tests, decreasing of wait intervals, memory database"), |
|
|
|
help="Try to increase speed of the tests, decreasing of wait intervals, memory database"), |
|
|
|
|
|
|
|
Option('-i', "--ignore", action="store_true", |
|
|
|
|
|
|
|
dest="negate_re", |
|
|
|
|
|
|
|
help="negate [regexps] filter to ignore tests matched specified regexps"), |
|
|
|
Option("-t", "--log-traceback", action='store_true', |
|
|
|
Option("-t", "--log-traceback", action='store_true', |
|
|
|
help="Enrich log-messages with compressed tracebacks"), |
|
|
|
help="Enrich log-messages with compressed tracebacks"), |
|
|
|
Option("--full-traceback", action='store_true', |
|
|
|
Option("--full-traceback", action='store_true', |
|
|
|