Skip to content
Snippets Groups Projects
Commit cd6282be authored by Jakub Dylag's avatar Jakub Dylag
Browse files

(fix) pytest test_diff() not configured correcty, with right old phen directory

parent e396067b
No related tags found
No related merge requests found
...@@ -233,6 +233,8 @@ def test_diff(tmp_dir, monkeypatch, caplog): ...@@ -233,6 +233,8 @@ def test_diff(tmp_dir, monkeypatch, caplog):
"diff", "diff",
"-d", "-d",
str(phen_path.resolve()), str(phen_path.resolve()),
"-od",
str(phen_path.resolve()),
"-ov", "-ov",
"0.0.1", "0.0.1",
], ],
...@@ -279,6 +281,8 @@ def test_diff(tmp_dir, monkeypatch, caplog): ...@@ -279,6 +281,8 @@ def test_diff(tmp_dir, monkeypatch, caplog):
"diff", "diff",
"-d", "-d",
str(phen_path.resolve()), str(phen_path.resolve()),
"-od",
str(phen_path.resolve()),
"-ov", "-ov",
"0.0.1", "0.0.1",
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment