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 338cb2d commit 70ebe38Copy full SHA for 70ebe38
testing/test_file_finder.py
@@ -212,7 +212,7 @@ def test_symlink_not_in_scm_while_target_is(inwd: WorkDir) -> None:
212
213
214
@pytest.mark.issue(587)
215
-@pytest.mark.skip_commit
+@pytest.mark.skip_commit()
216
def test_not_commited(inwd: WorkDir) -> None:
217
assert find_files() == []
218
testing/test_main.py
@@ -20,7 +20,7 @@ def test_main() -> None:
20
exec(code, ns)
21
22
23
-@pytest.fixture
+@pytest.fixture()
24
def repo(wd: WorkDir) -> WorkDir:
25
wd("git init")
26
wd("git config user.email user@host")
0 commit comments