README.chromium
1Name: pyfakefs
2URL: https://pypi.python.org/pypi/pyfakefs
3Version: 2.7
4Date: 2016-01-04
5License: Apache 2.0
6License File: COPYING
7Security Critical: no
8
9Description:
10pyfakefs implements a fake file system that mocks the Python file system
11modules. Using pyfakefs, your tests operate on a fake file system in memory
12without touching the real disk. The software under test requires no modification
13to work with pyfakefs.
14
15Local Modifications:
16Remove everything except pyfakefs/ and COPYING.
17