Metadata-Version: 2.1
Name: mockfs
Version: 1.1.1
Summary: Mock filesystem implementation for unit test
Home-page: https://github.com/mockfs/mockfs
Author: David Aguilar
Author-email: davvid@gmail.com
License: UNKNOWN
Description: .. 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/badge/code%20style-black-000000.svg
           :target: https://github.com/psf/black
           :alt: Code style: Black
        
        .. .. 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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7
Provides-Extra: testing
Provides-Extra: docs
