Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/buhman/pytest-aiofiles
- Owner: buhman
- License: agpl-3.0
- Created: 2017-03-14T20:53:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T05:59:22.000Z (about 2 months ago)
- Last Synced: 2024-10-13T15:11:34.068Z (about 1 month ago)
- Topics: aio, aiofiles, pytest-plugin
- Language: Python
- Homepage: http://pytest-aiofiles.readthedocs.io/
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
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-aiofilespytest-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-patchingDocumentation
-------------http://pytest-aiofiles.readthedocs.io/
Source code
-----------http://github.com/ptpb/pytest-aiofiles