unittest multiple overrides

This commit is contained in:
Suhas 2021-01-25 08:52:50 -05:00
parent 36623c1100
commit bd61a78fba
3 changed files with 28 additions and 2 deletions

View file

@ -52,7 +52,7 @@ def config_override(context, key_as_dots: str, override_value: str):
:
run(context.parser)
assert mock_recurse.call_count == 2
assert mock_recurse.call_count >= 2
mock_recurse.call_args_list = expected_call_args_list
except SystemExit as e :