Lines Matching refs:add_argument
197 group.add_argument('-h', '--help', action='help',
199 group.add_argument('--timeout', metavar='TIMEOUT', type=float,
203 group.add_argument('--wait', action='store_true',
206 group.add_argument('--worker-args', metavar='ARGS')
207 group.add_argument('-S', '--start', metavar='START',
210 group.add_argument('-p', '--python', metavar='PYTHON',
214 group.add_argument('-v', '--verbose', action='count',
216 group.add_argument('-w', '--verbose2', action='store_true',
218 group.add_argument('-W', '--verbose3', action='store_true',
220 group.add_argument('-q', '--quiet', action='store_true',
222 group.add_argument('-o', '--slowest', action='store_true', dest='print_slow',
224 group.add_argument('--header', action='store_true',
228 group.add_argument('-r', '--randomize', action='store_true',
230 group.add_argument('--randseed', metavar='SEED',
234 group.add_argument('-f', '--fromfile', metavar='FILE',
237 group.add_argument('-x', '--exclude', action='store_true',
239 group.add_argument('-s', '--single', action='store_true',
242 group.add_argument('-m', '--match', metavar='PAT',
245 group.add_argument('-i', '--ignore', metavar='PAT',
248 group.add_argument('--matchfile', metavar='FILENAME',
252 group.add_argument('--ignorefile', metavar='FILENAME',
256 group.add_argument('-G', '--failfast', action='store_true',
258 group.add_argument('-u', '--use', metavar='RES1,RES2,...',
262 group.add_argument('-M', '--memlimit', metavar='LIMIT',
265 group.add_argument('--testdir', metavar='DIR',
271 group.add_argument('-L', '--runleaks', action='store_true',
274 group.add_argument('-R', '--huntrleaks', metavar='RUNCOUNTS',
278 group.add_argument('-j', '--multiprocess', metavar='PROCESSES',
281 group.add_argument('-T', '--coverage', action='store_true',
285 group.add_argument('-D', '--coverdir', metavar='DIR',
288 group.add_argument('-N', '--nocoverdir',
291 group.add_argument('-t', '--threshold', metavar='THRESHOLD',
294 group.add_argument('-n', '--nowindows', action='store_true',
296 group.add_argument('-F', '--forever', action='store_true',
299 group.add_argument('--list-tests', action='store_true',
302 group.add_argument('--list-cases', action='store_true',
305 group.add_argument('-P', '--pgo', dest='pgo', action='store_true',
307 group.add_argument('--pgo-extended', action='store_true',
309 group.add_argument('--fail-env-changed', action='store_true',
313 group.add_argument('--junit-xml', dest='xmlpath', metavar='FILENAME',
316 group.add_argument('--tempdir', metavar='PATH',
318 group.add_argument('--cleanup', action='store_true',