Metadata-Version: 1.1
Name: pytest-aiofiles
Version: 0.2.0
Summary: pytest fixtures for writing aiofiles tests with pyfakefs
Home-page: http://pytest-aiofiles.readthedocs.io/
Author: Zack Buhman
Author-email: zack@buhman.org
License: UNKNOWN
Description: pytest-aiofiles
        ===============
        
        .. image:: https://img.shields.io/circleci/project/github/ptpb/pytest-aiofiles.svg
           :target: https://circleci.com/gh/ptpb/pytest-aiofiles
        
        .. image:: https://img.shields.io/codecov/c/github/ptpb/pytest-aiofiles.svg
           :target: https://codecov.io/gh/ptpb/pytest-aiofiles
        
        .. image:: https://img.shields.io/pypi/v/pytest-aiofiles.svg
           :target: https://pypi.org/project/pytest-aiofiles
        
        pytest-aiofiles provides pytest fixtures for writing aiofiles tests
        using pyfakefs, instead of real file IO.
        
        Features
        --------
        
        - fake filesystem fixture attached to aiofiles
        - automatic aiofiles monkey-patching
        
        Documentation
        -------------
        
        http://pytest-aiofiles.readthedocs.io/
        
        Source code
        -----------
        
        http://github.com/ptpb/pytest-aiofiles
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
