An open API service indexing awesome lists of open source software.

https://github.com/testflows/testflows-uexpect

TestFlows.com Open-Source Software Testing Framework uExpect
https://github.com/testflows/testflows-uexpect

Last synced: 7 days ago
JSON representation

TestFlows.com Open-Source Software Testing Framework uExpect

Awesome Lists containing this project

README

          

# [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

```bash
$ ./build; ./install
```

where

```bash
$ ./build
```

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

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

and

```bash
$ ./install
```

[TestFlows.com Open-Source Software Testing Framework]: https://testflows.com