• Home
  • Raw
  • Download

Lines Matching full:help

179         super().error(message + "\nPass -h or --help for complete help.")
192 # Arguments with this clause added to its help are described further in
197 # We add help explicitly to control what argument group it renders under.
198 group.add_argument('-h', '--help', action='help',
199 help='show this help message and exit')
201 help='dump the traceback and exit if a test takes '
205 help='wait for user input, e.g., allow a debugger '
209 help='the name of the test at which to start.' +
214 help='run tests in verbose mode with output to stdout')
216 help='re-run failed tests in verbose mode')
218 help='display test output on failure')
220 help='no output unless one or more tests fail')
222 help='print the slowest 10 tests')
224 help='print header with interpreter info')
228 help='randomize test execution order.' + more_details)
231 help='pass a random seed to reproduce a previous '
234 help='read names of tests to run from a file.' +
237 help='arguments are tests to *exclude*')
239 help='single step through a set of tests.' +
243 help='match test cases and methods with glob pattern PAT')
246 help='ignore test cases and methods with glob pattern PAT')
249 help='similar to --match but get patterns from a '
253 help='similar to --matchfile but it receives patterns '
256 help='fail as soon as a test fails (only with -v or -W)')
259 help='specify which special resource intensive tests '
262 help='run very large memory-consuming tests.' +
266 help='execute test files in the specified directory '
272 help='deprecated alias to --fail-env-changed')
274 help='run the leaks(1) command just before exit.' +
278 help='search for reference leaks (needs debug build, '
282 help='run PROCESSES processes at once')
285 help='turn on code coverage tracing using the trace '
289 help='directory where coverage files are put')
292 help='put coverage files alongside modules')
295 help='call gc.set_threshold(THRESHOLD)')
297 help='suppress error message boxes on Windows')
299 help='run the specified tests in a loop, until an '
302 help="only write the name of tests that will be run, "
305 help='only write the name of test cases that will be run'
308 help='enable Profile Guided Optimization (PGO) training')
310 help='enable extended PGO training (slower training)')
312 help='if a test file alters the environment, mark '
316 help='writes JUnit-style XML results to the specified '
319 help='override the working directory for the test run')
321 help='remove old test_python_* directories')