Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unused test class
  • Loading branch information
barneygale committed Dec 29, 2024
commit ded59789818e7b5e1e9d508af581c730922990e5
5 changes: 0 additions & 5 deletions Lib/test/test_pathlib/test_pathlib_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1293,11 +1293,6 @@ def close(self):
super().close()


DummyPathStatResult = collections.namedtuple(
'DummyPathStatResult',
'st_mode st_ino st_dev st_nlink st_uid st_gid st_size st_atime st_mtime st_ctime')


class DummyPath(PathBase):
"""
Simple implementation of PathBase that keeps files and directories in
Expand Down