Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buhman/pytest-aiofiles

pytest fixtures for writing aiofiles tests using pyfakefs
https://github.com/buhman/pytest-aiofiles

aio aiofiles pytest-plugin

Last synced: 20 days ago
JSON representation

pytest fixtures for writing aiofiles tests using pyfakefs

Awesome Lists containing this project

README

        

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