Skip to content

Commit 520aef7

Browse files
Apply repository formatting to regression tests
Signed-off-by: Ali Zulfiqar <codewithfourtix@gmail.com>
1 parent c048dac commit 520aef7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_sdist_directory_name.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
from python_inspector import resolution
1313

14+
1415
@pytest.mark.parametrize("stem,extension", [("demo-1.0a", ".tar.gz"), ("demo-1.0+zip", ".zip")])
1516
def test_sdist_extracted_directory_name(tmp_path, monkeypatch, stem, extension):
1617
monkeypatch.setattr(resolution.settings, "CACHE_THIRDPARTY_DIR", str(tmp_path))

0 commit comments

Comments
 (0)