testflows.asyncio

TestFlows - AsyncIO


License
Apache-2.0
Install
pip install testflows.asyncio==1.1.210505.1133510

Documentation

TestFlows - AsyncIO

The connect module is still work in progress and is currently under development. Please use it only for reference.

Module to provide asyncio capabilities.

Currently supports only Python 3.8 or above.

Installation

    $ ./build; ./install

where

    $ ./build

creates a pip installable package in ./dist, for example

    $ ls dist/
    testflows.asyncio-1.2.210504.123636.tar.gz

and

    $ ./install

installs the testflows.asyncio module.