6f967b8848
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. Part of PR pkg/52941.
4 lines
253 B
Text
4 lines
253 B
Text
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.
|