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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T05:59:22.000Z (7 months ago)
- Last Synced: 2025-03-15T20:02:30.774Z (about 1 month ago)
- Topics: aio, aiofiles, pytest-plugin
- Language: Python
- Homepage: http://pytest-aiofiles.readthedocs.io/
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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