• Home
  • Raw
  • Download

Lines Matching +full:pypy3 +full:- +full:c

10 (MacOS), and with PyPy3.
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 - pyfakefs defaults to the OS it is running on, but can also be configured
53 - pyfakefs can be configured to behave as if running as a root or as a
54 non-root user, independently from the actual user.
58 -----------
59 - pyfakefs will not work with Python libraries (other than `os` and `io`) that
60 use C libraries to access the file system, because it cannot patch the
61 underlying C libraries' file access functions.
63 - pyfakefs patches most kinds of importing file system modules automatically,
68 - pyfakefs does not retain the MRO for file objects, so you cannot rely on
72 - pyfakefs is only tested with CPython and the newest PyPy versions, other
75 - Differences in the behavior in different Linux distributions or different
77 well as some OS-specific low-level file system behavior. The systems used
79 `Travis.CI <https://travis-ci.org/jmcgeheeiv/pyfakefs>`__ and
84 -------
86 `Mike Bland <https://mike-bland.com/about.html>`__ as a modest
95 * Fork `jmcgeheeiv-pyfakefs <http://code.google.com/p/jmcgeheeiv-pyfakefs/>`__
98 * Fork `shiffdane-jmcgeheeiv-pyfakefs <http://code.google.com/p/shiffdane-jmcgeheeiv-pyfakefs/>`__
102 Code <http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html>`__