🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

mockfs

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockfs

A simple mock filesystem for unit tests

2.0.0
Source
PyPI
Maintainers
2

.. image:: https://img.shields.io/pypi/v/mockfs.svg :target: PyPI link_

.. image:: https://img.shields.io/pypi/pyversions/mockfs.svg :target: PyPI link_

.. _PyPI link: https://pypi.org/project/mockfs

.. .. image:: https://dev.azure.com/jaraco/skeleton/_apis/build/status/jaraco.skeleton?branchName=master .. :target: https://dev.azure.com/jaraco/skeleton/_build/latest?definitionId=1&branchName=master

.. .. image:: https://img.shields.io/travis/jaraco/skeleton/master.svg .. :target: https://travis-ci.org/jaraco/skeleton

.. .. image:: https://img.shields.io/appveyor/ci/jaraco/skeleton/master.svg .. :target: https://ci.appveyor.com/project/jaraco/skeleton/branch/master

.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest .. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest

================================================= mockfs -- A simple mock filesystem for unit tests

mockfs makes it possible to test filesystem-dependent code by replacing functions from the os and glob modules.

  • Documentation <https://mockfs.readthedocs.org>_
  • Source <https://github.com/mockfs/mockfs>_

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts