Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 310 Bytes

File metadata and controls

11 lines (7 loc) · 310 Bytes

cli_expect

A simple CLI application testing utility.

Usage

expect "command" to output sample.txt
expect "command" to not output sample.txt
expect "command" to output exactly sample.txt

Where sample.txt is a text file that contains text that you expect to be present (or not) in the output.