mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 07:26:14 +02:00
unittest multiple overrides
This commit is contained in:
parent
36623c1100
commit
bd61a78fba
3 changed files with 28 additions and 2 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue