Asyncio Testing Save

Unit testing asyncio code

Project README

Testing asyncio code

This repository contains the examples featured in my blog article Unit Testing AsyncIO Code.

Note that these tests work only on Python 3.5+.

To run the unit synchronous unit tests, use the following command:

$ python test_receive.py

To run the asynchronous unit tests, use the following command:

$ python test_async_receive.py
Open Source Agenda is not affiliated with "Asyncio Testing" Project. README Source: miguelgrinberg/asyncio-testing
Stars
27
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating