Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.