Lines Matching +full:pytest +full:- +full:version
1 …version](https://badge.fury.io/py/pyfakefs.svg)](https://badge.fury.io/py/pyfakefs) [
29 most relevant classes, methods and functions for the last version
31 * The [Development documentation](https://pytest-pyfakefs.readthedocs.io/en/latest)
33 * The [Release 3.7 documentation](https://pytest-pyfakefs.readthedocs.io/en/v3.7.2/)
34 contains usage documentation for the last version of pyfakefs
36 * The [Release Notes](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
40 The simplest method to use pyfakefs is using the `fs` fixture with `pytest`.
42 [usage documentation](https://pytest-pyfakefs.readthedocs.io/en/latest/usage.html)
47 Apart from automatically mocking most file-system functions, pyfakefs
49 - mapping files and directories from the real file system into the fake filesystem
50 - configuration and tracking of the file system size
51 - pause and resume of patching to be able to use the real file system inside a
53 - (limited) emulation of other OSes (Linux, macOS or Windows)
54 - configuration to behave as if running as a non-root user while running
61 pyfakefs works with [pytest](http://doc.pytest.org) version 3.0.0 or above,
62 though a current version is recommended.
66 file access functions--the C libraries will always access the real file
68 [documentation](https://pytest-pyfakefs.readthedocs.io/en/latest/intro.html#limitations)
77 [GitHub Actions](https://github.com/pytest-dev/pyfakefs/actions).
82 pyfakefs unit tests can be run using `pytest` (all tests) or `unittest`
83 (all tests except `pytest`-specific ones):
89 $ python -m pytest pyfakefs
90 $ python -m pyfakefs.tests.all_tests
103 Ubuntu version. Build the container:
106 docker build -t pyfakefs .
110 docker run -t pyfakefs
116 [Contributing Guide](https://github.com/pytest-dev/pyfakefs/blob/main/CONTRIBUTING.md)
129 [jmcgeheeiv-pyfakefs](http://code.google.com/p/jmcgeheeiv-pyfakefs/) added
130 … support for unittest and doctest](../../wiki/Automatically-find-and-patch-file-functions-and-modu…
132 [shiffdane-jmcgeheeiv-pyfakefs](http://code.google.com/p/shiffdane-jmcgeheeiv-pyfakefs/)
135 After the [shutdown of Google Code](http://google-opensource.blogspot.com/2015/03/farewell-to-googl…
137 [here on GitHub](https://github.com/pytest-dev/pyfakefs) where an enthusiastic community actively s…
139 [pytest-dev](https://github.com/pytest-dev) to ensure continuous maintenance.