Metadata-Version: 2.0
Name: pytest-aiofiles
Version: 0.1.1.dev1
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
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
Requires-Dist: aiofiles (>=0.3.1)
Requires-Dist: pyfakefs (>=3.1)

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



