We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90a271 commit c12f6b5Copy full SHA for c12f6b5
tests/test_cli.py
@@ -34,6 +34,6 @@ def test_example_copy(monkeypatch, tmp_path):
34
)
35
cwd = tmp_path
36
monkeypatch.chdir(cwd)
37
- rc = main(["example", "copy", "pdf/ch03NiModelling"])
+ rc = main(["example", "copy", "pack1/ex1"])
38
assert rc == 0
39
- assert (cwd / "ch03NiModelling").exists()
+ assert (cwd / "ex1").exists()
0 commit comments