Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / tools / telemetry / third_party / pyfakefs / README.chromium
blobfe0d1589349690d596da941a07ae639291057a8a
1 Name: pyfakefs
2 Short Name: pyfakefs
3 URL: https://github.com/jmcgeheeiv/pyfakefs
4 Version: 7e8e097c0165ba9d51fa9d34a0888d8ec082d15b (commit hash)
5 License: Apache License 2.0
6 License File: pyfakefs/COPYING
7 Security Critical: no
9 Local modification: create a pyfakefs as a project folder & move pyfakefs to
10 pyfakefs/pyfakefs since we don't want the project folder to be a module.
12 Description:
13 pyfakefs implements a fake file system that mocks the Python file system
14 modules. Using pyfakefs, your tests operate on a fake file system in memory
15 without touching the real disk. The software under test requires no modification
16 to work with pyfakefs.