We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79988e8 + 193371e commit 1eae2acCopy full SHA for 1eae2ac
tests/unit/cli/test_config_parser.py
@@ -805,7 +805,7 @@ def test_subgroup_parser_parsing_empty_argument_list_return_an_empty_dict():
805
subparser = SubgroupConfigParser('toto')
806
subparser.add_argument('a', default_value=1)
807
subparser.add_argument('x', default_value=False)
808
- acc, result = subparser.parse([])
+ _acc, result = subparser.parse([])
809
assert len(result) == 0
810
811
0 commit comments