Metadata-Version: 1.0
Name: pyfakefs
Version: 2.7
Summary: pyfakefs implements a fake file system that mocks the Python file system modules.
Home-page: https://github.com/jmcgeheeiv/pyfakefs
Author: John McGehee
Author-email: pyfakefs@johnnado.com
License: UNKNOWN
Description: 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.
Keywords: testing,test,file,os,shutil,glob,mocking,unittest,fakes,filesystem,unit
Platform: UNKNOWN
