Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fake_pathlib implementation #132

Merged
merged 3 commits into from
Nov 4, 2016

Conversation

mrbean-bremen
Copy link
Member

  • 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 Support for python 3.4's pathlib #29

- 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()
@mrbean-bremen
Copy link
Member Author

@jmcgeheeiv: Please review when you find time.
Also note that I took the liberty of closing the other issue, as it is clearly fixed.

@mrbean-bremen
Copy link
Member Author

Ok, I'm going to merge this - you can review it anyway when you get time, or back it out in the worst case.

@mrbean-bremen mrbean-bremen merged commit 965a441 into pytest-dev:master Nov 4, 2016
@mrbean-bremen mrbean-bremen deleted the fake_pathlib branch November 9, 2016 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for python 3.4's pathlib
1 participant