pyfakefs
A fake file system that mocks the Python file system modules.
A fake file system that mocks the Python file system modules.
To install this package, run one of the following:
Pyfakefs implements a fake file system that mocks the Python file system modules. Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk. The software under test requires no modification to work with pyfakefs. pyfakefs works with Linux, Windows and MacOS.
Summary
A fake file system that mocks the Python file system modules.
Last Updated
Apr 4, 2023 at 11:48
License
Apache-2.0
Total Downloads
31
Supported Platforms
Documentation
http://jmcgeheeiv.github.io/pyfakefs/