Home | History | Annotate | only in /external/chromium-trace/catapult/third_party/pyfakefs
Up to higher level directory
NameDateSize
COPYING06-Dec-20169.9K
pyfakefs/06-Dec-2016
README.chromium06-Dec-2016489

README.chromium

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