Skip to content

Commit

Permalink
Just for finding mac problem
Browse files Browse the repository at this point in the history
  • Loading branch information
brmmm3 committed Oct 23, 2024
1 parent a2ead52 commit 12ad52f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyscandir/tests/test_walk.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ def test_walk_toc(tempDir):
assert not toc.errors
assert not toc.other
assert not toc.symlinks
if len(toc.dirs) != 6:
import os

print(f"tempDir.name={tempDir.name}")
print(f"toc.dirs={toc.dirs}")
print(f"entries={os.listdir(tempDir.name)}")
assert len(toc.dirs) == 6
assert len(toc.files) == 180

Expand Down

0 comments on commit 12ad52f

Please sign in to comment.