pytest_async

pytest-async - Run your coroutine in event loop without decorator


Keywords
asyncio, pytest, pytest-async, pytest-plugin, python, testing
License
MIT
Install
pip install pytest_async==0.1.1

Documentation

pytest-async

image Latest Travis CI build status

🌪Pytest plugin fot run your async test in event loop without decorator

Usage

  1. Install pytest_async
  2. write async tests
  3. done!

Installation

pip install pytest_async

Requirements

Python 3.6+

Licence

This project is licensed under the terms of the MIT license.

Authors

pytest-async was written by Andrew Lee.