Summary
======================================================================
ERROR: test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_listargs) (args=['-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 253, in listargs
return parser.parse_args(args)
~~~~~~~~~~~~~~~~~^^^^^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35munrecognized arguments: -a badger\x1b[0m\n')
======================================================================
ERROR: test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_listargs) (args=['-y', '-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 253, in listargs
return parser.parse_args(args)
~~~~~~~~~~~~~~~~~^^^^^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35margument -y/--yyy: expected one argument\x1b[0m\n')
======================================================================
ERROR: test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_sysargs) (args=['-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 260, in sysargs
return parser.parse_args()
~~~~~~~~~~~~~~~~~^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35munrecognized arguments: -a badger\x1b[0m\n')
======================================================================
ERROR: test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_sysargs) (args=['-y', '-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 260, in sysargs
return parser.parse_args()
~~~~~~~~~~~~~~~~~^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35margument -y/--yyy: expected one argument\x1b[0m\n')
ERROR: test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_listargs) (args=['-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 253, in listargs
return parser.parse_args(args)
~~~~~~~~~~~~~~~~~^^^^^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35munrecognized arguments: -a badger\x1b[0m\n')
======================================================================
ERROR: test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_listargs) (args=['-y', '-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 253, in listargs
return parser.parse_args(args)
~~~~~~~~~~~~~~~~~^^^^^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35margument -y/--yyy: expected one argument\x1b[0m\n')
======================================================================
ERROR: test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_sysargs) (args=['-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 260, in sysargs
return parser.parse_args()
~~~~~~~~~~~~~~~~~^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35munrecognized arguments: -a badger\x1b[0m\n')
======================================================================
ERROR: test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_sysargs) (args=['-y', '-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 260, in sysargs
return parser.parse_args()
~~~~~~~~~~~~~~~~~^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35margument -y/--yyy: expected one argument\x1b[0m\n')
======================================================================
ERROR: test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_listargs) (args=['-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 253, in listargs
return parser.parse_args(args)
~~~~~~~~~~~~~~~~~^^^^^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35munrecognized arguments: -a badger\x1b[0m\n')
======================================================================
ERROR: test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_listargs) (args=['-y', '-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 253, in listargs
return parser.parse_args(args)
~~~~~~~~~~~~~~~~~^^^^^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35margument -y/--yyy: expected one argument\x1b[0m\n')
======================================================================
ERROR: test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_sysargs) (args=['-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 260, in sysargs
return parser.parse_args()
~~~~~~~~~~~~~~~~~^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35munrecognized arguments: -a badger\x1b[0m\n')
======================================================================
ERROR: test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_sysargs) (args=['-y', '-a badger'])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 308, in test_successes
result_ns = self._parse_args(parser, args)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 260, in sysargs
return parser.parse_args()
~~~~~~~~~~~~~~~~~^^
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 191, in parse_args
return stderr_to_parser_error(parse_args, *args, **kwargs)
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_argparse.py", line 180, in stderr_to_parser_error
raise ArgumentParserError(
"SystemExit", stdout, stderr, code) from None
test.test_argparse.ArgumentParserError: ('SystemExit', '', '\x1b[1;34musage: \x1b[0m\x1b[1;35mpython -m test.libregrtest.worker\x1b[0m [\x1b[32m-h\x1b[0m] [\x1b[32m-y \x1b[33mY\x1b[0m] \x1b[32m[x]\x1b[0m\npython -m test.libregrtest.worker: \x1b[1;35merror:\x1b[0m \x1b[35margument -y/--yyy: expected one argument\x1b[0m\n')
----------------------------------------------------------------------
Ran 1945 tests in 6.024s
FAILED (errors=12)
test test_argparse failed