• Home
  • Raw
  • Download

Lines Matching +full:fedora +full:- +full:base

15 ------------
30 --------
31 - Code executed under pyfakefs works transparently on a memory-based file
36 - pyfakefs provides direct support for `unittest` (via a `TestCase` base
40 - Each pyfakefs test starts with an empty file system, but it is possible to
44 - No files in the real file system are changed during the tests, even in the
47 - pyfakefs keeps track of the filesystem size if configured. The file system
50 - it is possible to pause and resume using the fake filesystem, if the
53 - pyfakefs defaults to the OS it is running on, but can also be configured
56 - pyfakefs can be configured to behave as if running as a root or as a
57 non-root user, independently from the actual user.
62 -----------
63 - pyfakefs will not work with Python libraries (other than `os` and `io`) that
67 - pyfakefs patches most kinds of importing file system modules automatically,
72 - pyfakefs does not retain the MRO for file objects, so you cannot rely on
76 - pyfakefs is only tested with CPython and the newest PyPy versions, other
79 - Differences in the behavior in different Linux distributions or different
81 well as some OS-specific low-level file system behavior. The systems used
83 `Travis.CI <https://travis-ci.org/jmcgeheeiv/pyfakefs>`__ and
86 containers with the latest CentOS, Debian, Fedora and Ubuntu images.
88 - pyfakefs may not work correctly if file system functions are patched by
89 other means (e.g. using `unittest.mock.patch`) - see
93 -------
95 `Mike Bland <https://mike-bland.com/about.html>`__ as a modest
104 * Fork `jmcgeheeiv-pyfakefs <http://code.google.com/p/jmcgeheeiv-pyfakefs/>`__
107 * Fork `shiffdane-jmcgeheeiv-pyfakefs <http://code.google.com/p/shiffdane-jmcgeheeiv-pyfakefs/>`__
111 Code <http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html>`__