fix extended_default_select from plugin loading

This commit is contained in:
Anthony Sottile 2022-01-01 19:26:43 -05:00
parent 73155616d1
commit b62edd334a
4 changed files with 14 additions and 7 deletions

View file

@ -95,6 +95,7 @@ def test_local_plugin_can_add_option(local_config):
args = aggregator.aggregate_options(option_manager, cfg, cfg_dir, argv)
assert args.extended_default_select == {"XE", "F", "E", "C90"}
assert args.anopt == "foo"