Skip to content

Commit

Permalink
In test_stem, test against a filename that starts with a dot. Ref #96.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 14, 2023
1 parent 9ccd199 commit 906d379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_zipp.py
Expand Up @@ -425,6 +425,8 @@ def test_stem(self, alpharep):
d = root / "d"
assert d.stem == "d"

assert (root / ".gitignore").stem == ".gitignore"

@pass_alpharep
def test_root_parent(self, alpharep):
root = zipp.Path(alpharep)
Expand Down

0 comments on commit 906d379

Please sign in to comment.