awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pytest-dev avatar

pytest-dev/pyfakefs

0
View on GitHub↗
746 stars·99 forks·Python·Apache-2.0·1 viewpytest-pyfakefs.readthedocs.io↗

Pyfakefs

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.

Features

  • Testing Plugins - Mocking the file system for isolated testing.

Star history

Star history chart for pytest-dev/pyfakefsStar history chart for pytest-dev/pyfakefs

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pyfakefs

Similar open-source projects, ranked by how many features they share with Pyfakefs.
  • adamchainz/pytest-reverseadamchainz avatar

    adamchainz/pytest-reverse

    29View on GitHub↗

    pytest-reverse

    Python
    View on GitHub↗29
  • afluent/afluentAFLuent avatar

    AFLuent/AFLuent

    11View on GitHub↗

    Spectrum Based Fault Localization Plugin for PyTest

    Python
    View on GitHub↗11
  • ainsleymcgrath/pytest-embraceainsleymcgrath avatar

    ainsleymcgrath/pytest-embrace

    11View on GitHub↗

    The pytest-embrace plugin enables judicious, repeatable, lucid unit testing using.

    Python
    View on GitHub↗11
  • 05798/pytest-git-selector05798 avatar

    05798/pytest-git-selector

    10View on GitHub↗

    pytest-git-selector is a simple project to automatically select tests that have been affected by code changes. This is mainly useful for reducing the number of tests in frequently run CI/CD jobs on feature branches (e.g. running tests based on differences between the merge base and the feature…

    Python
    View on GitHub↗10
See all 30 alternatives to Pyfakefs→

Frequently asked questions

What does pytest-dev/pyfakefs do?

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.

What are the main features of pytest-dev/pyfakefs?

The main features of pytest-dev/pyfakefs are: Testing Plugins.

What are some open-source alternatives to pytest-dev/pyfakefs?

Open-source alternatives to pytest-dev/pyfakefs include: adamchainz/pytest-reverse — pytest-reverse. afluent/afluent — Spectrum Based Fault Localization Plugin for PyTest. ainsleymcgrath/pytest-embrace — The pytest-embrace plugin enables judicious, repeatable, lucid unit testing using. bloomberg/pytest-memray — pytest-memray is a pytest plugin for easy integration of memray. bp72/pytest-skipuntil — pytest-skipuntil. 05798/pytest-git-selector — pytest-git-selector is a simple project to automatically select tests that have been affected by code changes. This is…