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
- Host: GitHub
- URL: https://github.com/testflows/testflows-uexpect
- Owner: testflows
- License: other
- Created: 2019-09-10T00:29:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T21:04:53.000Z (almost 3 years ago)
- Last Synced: 2025-09-19T22:36:16.791Z (4 months ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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