About Anaconda Help Download Anaconda

conda-forge / packages / aiounittest 1.4.2

Test asyncio code more easily.

copied from cf-staging / aiounittest

Installers

  • noarch v1.4.2

conda install

To install this package run one of the following:
conda install conda-forge::aiounittest

Description

The aiounittest 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)

In the Python 3.8 (release note) and newer consider to use the unittest.IsolatedAsyncioTestCase. Builtin unittest module is now asyncio-featured.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy