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 missing version hints #5

Closed
wants to merge 12 commits into from
Closed

Added missing version hints #5

wants to merge 12 commits into from

Conversation

mrbean-bremen
Copy link
Owner

  • made shutil.disk_uage only available for Python >= 3.3

mrbean-bremen and others added 12 commits November 3, 2016 21:49
- added default .pylintrc with changes for function and method names used in pyfakefs
- 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 pytest-dev#29
- increased max line length to 100 to avoid too many warnings
- removed invalid pylint codes, replaced pylint codes with names for better readability
- adapted release notes
- added support for context manager in scandir iterator (used in pathlib and glob in 3.6)
- added handling for path-like objects for some functions (3.6 only)
- fixed incorrect usage of random generator in fake_tempfile
- added Python 3.6 in Travis CI
- added tests for most faked functions that accepts a path-like object
in 3.6
- adapted the code respectively by calling os.fspath() where needed
- added getatime() and getctime() to fake os module
- slightly reworked some docstrings, added missing docstrings
- changed behavior of listdir() to returns unsorted entries as in the real function
- added sphinx configuration to create documentation from docstrings
- fixed some sphinx warnings in docstrings
- added script that recreates documentation after each commit and commit it to gh-pages
- added mention of pyfakefs version for newer features in docstrings
- added missing version hints
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.

1 participant