Lines Matching refs:action
197 group.add_argument('-h', '--help', action='help',
203 group.add_argument('--wait', action='store_true',
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',
237 group.add_argument('-x', '--exclude', action='store_true',
239 group.add_argument('-s', '--single', action='store_true',
243 dest='match_tests', action='append',
246 dest='ignore_tests', action='append',
256 group.add_argument('-G', '--failfast', action='store_true',
259 action='append', type=resources_list,
271 group.add_argument('-L', '--runleaks', action='store_true',
281 group.add_argument('-T', '--coverage', action='store_true',
289 action='store_const', const=None, dest='coverdir',
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',
318 group.add_argument('--cleanup', action='store_true',