Releases: pytest-dev/pyfakefs
Releases · pytest-dev/pyfakefs
pyfakefs release version 3.5.7
Fixes a regression bug introduced in the last version.
pyfakefs release version 3.5.6
Changes the behavior of imported pathlib2
and scandir
modules to be more convenient.
pyfakefs release version 3.5.5
Convenience release that removes warnings during packaging.
pyfakefs release version 3.5.4
Another bug fix release, with added support for pause context manager.
pyfakefs release version 3.5.3
- fixes a failing test under specific fs
- adds automatic patching of builtin open important as another name
pyfakefs release version 3.5.2
- fixes regression bug
- adds pause/resume feature
pyfakefs release version 3.5
- enhancements for automatic patching
- some new functionality - see CHANGES.md
pyfakefs release version 3.4.3
This is mostly a bugfix release.
pyfakefs release version 3.4.1
Patch release to fix a regression bug
pyfakefs release version 3.4
- new PEP-8-conform API
- new options to configure Patcher and UnitTest