Skip to content

Commit

Permalink
added update_obsolete to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ym1906 committed Nov 14, 2024
1 parent feaf3ac commit d0f236a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def test_run_mode(process_obj, monkeypatch):
monkeypatch.setattr(process_obj, "args", argparse.Namespace(), raising=False)
monkeypatch.setattr(process_obj.args, "varyiterparams", True, raising=False)
monkeypatch.setattr(process_obj.args, "version", False, raising=False)
monkeypatch.setattr(process_obj.args, "update_obsolete", False, raising=False)

monkeypatch.setattr(
process_obj.args, "varyiterparamsconfig", "file.conf", raising=False
)
Expand Down

0 comments on commit d0f236a

Please sign in to comment.