python3-pyfakefs

fake fs that mocks the Python file system modules - Python 3
  http://pyfakefs.org/
  0
  no reviews



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.

This package contains the Python 3.x module.