Lines Matching +full:linux +full:- +full:container +full:- +full:ci
1 …-dev/pyfakefs/workflows/Testsuite/badge.svg) [
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/)
36 * The [Release Notes](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
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
58 pyfakefs works with CPython 3.8 and above, on Linux, Windows and macOS, and
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)
75 pyfakefs is currently automatically tested on Linux, macOS and Windows, with
76 Python 3.8 to 3.12, and with PyPy3 on Linux, using
77 [GitHub Actions](https://github.com/pytest-dev/pyfakefs/actions).
83 (all tests except `pytest`-specific ones):
89 $ python -m pytest pyfakefs
90 $ python -m pyfakefs.tests.all_tests
100 #### In a Docker container
103 Ubuntu version. Build the container:
106 docker build -t pyfakefs .
108 Run the unit tests in the container:
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.