D | test_argparse.py | 265 failures = ['-x', 'a', '--foo', '-x --foo', '-x -y'] variable in TestOptionalsSingleDash 283 failures = ['a', '--foo', '-xa', '-x --foo', '-x -z', '-z -x', variable in TestOptionalsSingleDashCombined 305 failures = ['-foo', 'a', '--foo', '-foo --foo', '-foo -y', '-fooa'] variable in TestOptionalsSingleDashLong 319 failures = ['-f', '-foo', '-fo', '-foo b', '-foob', '-fooba', '-foora'] variable in TestOptionalsSingleDashSubsetAmbiguous 335 failures = ['-f', '-f a', '-fa', '-foa', '-foo', '-fo', '-foo b'] variable in TestOptionalsSingleDashAmbiguous 351 failures = ['-1', 'a', '-1 --foo', '-1 -y', '-1 -1', '-1 -2'] variable in TestOptionalsNumeric 364 failures = ['--foo', '-f', '-f a', 'a', '--foo -x', '--foo --bar'] variable in TestOptionalsDoubleDash 381 failures = ['--bar', '--b', '--ba', '--b=2', '--ba=4', '--badge 5'] variable in TestOptionalsDoubleDashPartialMatch 399 failures = ['--bar', '--b', '--ba', '--b=2', '--badge 5'] variable in TestOptionalsDoubleDashPrefixMatch 419 failures = ['--bar', '-fbar', '-fbaz', '-bazf', '-b B', 'B'] variable in TestOptionalsSingleDoubleDash [all …]
|