TestFlows - uExpect


License
Apache-2.0
Install
pip install testflows.uexpect==1.7.220902.1112725

Documentation

TestFlows.com Open-Source Software Testing Framework uExpect

Minimal module to provide expect-like capabilities to launch and control CLI programs.

Currently supports only Python 3.6 or above.

Installation

    $ ./build; ./install

where

    $ ./build

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

    $ ls dist/
    testflows.uexpect-1.2.190905.123636.tar.gz

and

    $ ./install