Package python3-module-aiounittest: Information

    Source package: python3-module-aiounittest
    Version: 1.4.2-alt1
    Build time:  Dec 28, 2023, 05:20 PM
    Report package bug
    License: MIT
    Summary: Test python asyncio-based code with ease
    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.

    List of rpms provided by this srpm:
    python3-module-aiounittest (noarch)

    Maintainer: Grigory Ustinov

    List of contributors:
    Grigory Ustinov

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-pytest
      3. python3-module-setuptools
      4. python3-module-wheel
      5. python3-module-wrapt
      6. rpm-build-python3

    Last changed


    Dec. 28, 2023 Grigory Ustinov 1.4.2-alt1
    - Initial build for Sisyphus.