You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.4 introduced pathlib, an OOP approach to file paths. This new part of
the standard library also introduces a number of methods for manipulating files
that are not currently handled by pyfakefs.
Original issue reported on code.google.com by [email protected] on 20 May 2014 at 10:26
The text was updated successfully, but these errors were encountered:
- added implementation and test for fake pathlib
- moved some functionality from FakeOsModule to FakeFilesystem to be
able to use it from fake pathlib
- added follow_symlinks argument to to some funxtions in FakeOsModule
(stat, chmod, chown, access, utime)
- added replace() and lchmod()
- fixes#29
Python 3.4 introduced pathlib, an OOP approach to file paths. This new part of
the standard library also introduces a number of methods for manipulating files
that are not currently handled by pyfakefs.
Original issue reported on code.google.com by
[email protected]
on 20 May 2014 at 10:26The text was updated successfully, but these errors were encountered: