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 b018325 commit fb81746Copy full SHA for fb81746
test/test_commit.py
@@ -7,7 +7,7 @@
7
working_dir = 'test/data/xtl'
8
9
@pytest.mark.parametrize("all_flag", ["", "-A", "--all", "--no-ignore-removal"])
10
-def test_commit(xtl_clone, git_config, git2cpp_path, all_flag):
+def test_commit(xtl_clone, git_config, git2cpp_path, monkeypatch, all_flag):
11
with open("./test/data/xtl/mook_file.txt", "x"):
12
pass
13
0 commit comments