Skip to content

Commit d649790

Browse files
committed
Add issue number to test case
1 parent b1f938c commit d649790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_root_relative_to(tmpdir, wd, monkeypatch):
4646

4747

4848
@pytest.mark.issue("https://github.com/pypa/setuptools_scm/issues/298")
49+
@pytest.mark.issue(403)
4950
def test_file_finder_no_history(wd, caplog):
5051
file_list = git_find_files(str(wd.cwd))
5152
assert file_list == []

0 commit comments

Comments
 (0)