Popularity
1.5
Growing
Activity
2.6
Declining
58
4
7

Description

This is a helper library to ease of your pain (and boilerplate), when writing a test of the asynchronous code (asyncio). You can test: * synchronous code (same as the unittest.TestCase) * asynchronous code, it supports syntax with async/await (Python 3.5+) and asyncio.coroutine/yield from (Python 3.4)

Installation: pip install aiounittest

Programming language: Python
License: MIT License
Tags: Testing     Asyncio     Utilities     Asynchronous    
Latest version: v1.4.0

aiounittest alternatives and similar packages

Based on the "Testing" category.
Alternatively, view aiounittest alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of aiounittest or a related project?

Add another 'Testing' Package