pyfakefs 2.0


pip install pyfakefs==2.0

Project Links

Meta
Author: Google

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python
  • Python :: 2.6
  • Python :: 2.7
  • Python :: 3

Operating System
  • POSIX
  • MacOS

Topic
  • Software Development :: Libraries
  • Software Development :: Libraries :: Python Modules
  • Software Development :: Testing
  • System :: Filesystems

Pyfakefs is a fake implementation of Python file system modules for automated developer testing.

Pyfakefs was originally developed at Google.

To submit changes to Pyfakefs, follow the instructions at: http://code.google.com/p/pyfakefs

Requirements

Python 2.4 and up, though fake_filesystem_test.py and, consequently, all_tests.py require python 2.6 and up or python 3.2 and up.

No dependencies