android_mt6572_jiabo/external/chromium-trace/catapult/third_party/pyfakefs/README.chromium
2025-09-05 16:56:03 +08:00

16 lines
489 B
Text

Name: pyfakefs
URL: https://pypi.python.org/pypi/pyfakefs
Version: 2.7
Date: 2016-01-04
License: Apache 2.0
License File: COPYING
Security Critical: no
Description:
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.
Local Modifications:
Remove everything except pyfakefs/ and COPYING.