D | test_argparse.py | 238 for args_str in tester.failures: 268 failures = ['-x', 'a', '--foo', '-x --foo', '-x -y'] variable in TestOptionalsSingleDash 286 failures = ['a', '--foo', '-xa', '-x --foo', '-x -z', '-z -x', variable in TestOptionalsSingleDashCombined 308 failures = ['-foo', 'a', '--foo', '-foo --foo', '-foo -y', '-fooa'] variable in TestOptionalsSingleDashLong 322 failures = ['-f', '-foo', '-fo', '-foo b', '-foob', '-fooba', '-foora'] variable in TestOptionalsSingleDashSubsetAmbiguous 338 failures = ['-f', '-f a', '-fa', '-foa', '-foo', '-fo', '-foo b'] variable in TestOptionalsSingleDashAmbiguous 354 failures = ['-1', 'a', '-1 --foo', '-1 -y', '-1 -1', '-1 -2'] variable in TestOptionalsNumeric 367 failures = ['--foo', '-f', '-f a', 'a', '--foo -x', '--foo --bar'] variable in TestOptionalsDoubleDash 384 failures = ['--bar', '--b', '--ba', '--b=2', '--ba=4', '--badge 5'] variable in TestOptionalsDoubleDashPartialMatch 402 failures = ['--bar', '--b', '--ba', '--b=2', '--badge 5'] variable in TestOptionalsDoubleDashPrefixMatch [all …]
|