Skip to content

miguelgrinberg/asyncio-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unit testing asyncio code

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages