D | test_argparse.py | 316 failures = ['-x', 'a', '--foo', '-x --foo', '-x -y'] variable in TestOptionalsSingleDash 334 failures = ['a', '--foo', '-xa', '-x --foo', '-x -z', '-z -x', variable in TestOptionalsSingleDashCombined 356 failures = ['-foo', 'a', '--foo', '-foo --foo', '-foo -y', '-fooa'] variable in TestOptionalsSingleDashLong 370 failures = ['-f', '-foo', '-fo', '-foo b', '-foob', '-fooba', '-foora'] variable in TestOptionalsSingleDashSubsetAmbiguous 386 failures = ['-f', '-f a', '-fa', '-foa', '-foo', '-fo', '-foo b', variable in TestOptionalsSingleDashAmbiguous 409 failures = ['-1', 'a', '-1 --foo', '-1 -y', '-1 -1', '-1 -2'] variable in TestOptionalsNumeric 422 failures = ['--foo', '-f', '-f a', 'a', '--foo -x', '--foo --bar'] variable in TestOptionalsDoubleDash 439 failures = ['--bar', '--b', '--ba', '--b=2', '--ba=4', '--badge 5'] variable in TestOptionalsDoubleDashPartialMatch 457 failures = ['--bar', '--b', '--ba', '--b=2', '--badge 5'] variable in TestOptionalsDoubleDashPrefixMatch 477 failures = ['--bar', '-fbar', '-fbaz', '-bazf', '-b B', 'B'] variable in TestOptionalsSingleDoubleDash [all …]
|