Skip to main content

pyfakefs implements a fake file system that mocks the Python file system modules.

Project description

pyfakefs PyPI version Python version Testsuite

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.

pyfakefs works with Linux, Windows and MacOS.

Documentation

This file provides general usage instructions for pyfakefs. There is more:

Linking to pyfakefs

In your own documentation, please link to pyfakefs using the canonical URL http://pyfakefs.org. This URL always points to the most relevant top page for pyfakefs.

Usage

pyfakefs has support for unittest and pytest, but can also be used directly using fake_filesystem_unittest.Patcher. Refer to the usage documentation for more information on test scenarios, test customization and using convenience functions.

Compatibility

pyfakefs works with CPython 3.7 and above, on Linux, Windows and OSX (MacOS), and with PyPy3.

pyfakefs works with pytest version 3.0.0 or above.

pyfakefs will not work with Python libraries that use C libraries to access the file system. This is because pyfakefs cannot patch the underlying C libraries' file access functions--the C libraries will always access the real file system. For example, pyfakefs will not work with lxml. In this case lxml must be replaced with a pure Python alternative such as xml.etree.ElementTree.

Development

Continuous integration

pyfakefs is currently automatically tested on Linux, MacOS and Windows, with Python 3.7 to 3.11, and with PyPy3 on Linux, using GitHub Actions.

Running pyfakefs unit tests

On the command line

pyfakefs unit tests can be run using unittest or pytest:

$ cd pyfakefs/
$ export PYTHONPATH=$PWD

$ python -m pyfakefs.tests.all_tests
$ python -m pyfakefs.tests.all_tests_without_extra_packages
$ python -m pytest pyfakefs/pytest_tests/pytest_plugin_test.py

These scripts are called by tox and Travis-CI. tox can be used to run tests locally against supported python versions:

$ tox

In a Docker container

The Dockerfile at the repository root will run the tests on the latest Ubuntu version. Build the container:

cd pyfakefs/
docker build -t pyfakefs .

Run the unit tests in the container:

docker run -t pyfakefs

Contributing to pyfakefs

We always welcome contributions to the library. Check out the Contributing Guide for more information.

History

pyfakefs.py was initially developed at Google by Mike Bland as a modest fake implementation of core Python modules. It was introduced to all of Google in September 2006. Since then, it has been enhanced to extend its functionality and usefulness. At last count, pyfakefs is used in over 2,000 Python tests at Google.

Google released pyfakefs to the public in 2011 as Google Code project pyfakefs:

After the shutdown of Google Code was announced, John McGehee merged all three Google Code projects together here on GitHub where an enthusiastic community actively supports, maintains and extends pyfakefs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfakefs-4.7.0.tar.gz (216.4 kB view details)

Uploaded Source

Built Distribution

pyfakefs-4.7.0-py3-none-any.whl (198.3 kB view details)

Uploaded Python 3

File details

Details for the file pyfakefs-4.7.0.tar.gz.

File metadata

  • Download URL: pyfakefs-4.7.0.tar.gz
  • Upload date:
  • Size: 216.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for pyfakefs-4.7.0.tar.gz
Algorithm Hash digest
SHA256 f22d30d93d2989bf2d2c67b606a14cbab2df0be912c09dcdb590ea4931073ade
MD5 390703b473766b3fe911218a10c4eb7d
BLAKE2b-256 b01deabab46c2f441092cf9e989da72cbf15cc470fbbb03a73a97cc99dd8c6cf

See more details on using hashes here.

File details

Details for the file pyfakefs-4.7.0-py3-none-any.whl.

File metadata

  • Download URL: pyfakefs-4.7.0-py3-none-any.whl
  • Upload date:
  • Size: 198.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for pyfakefs-4.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 29203a7482b25406dd3ea41c8740be2697c6058b0f6577485c3ae9cd4c5e96cd
MD5 ff38f46967d25d3d02980e5d5b02a6ff
BLAKE2b-256 81e20403500f027e1d7280e91b686c53449a6649c09f07c25ae82963b48420bf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page