Skip to content

Commit c2bc0be

Browse files
authored
docs: Point people to rexpect
The use case came up on assert_cli's issue tracker. We're not trying to solve that use case but use of rexpect might help.
1 parent 108857d commit c2bc0be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ Command::main_binary()
3737

3838
Other crates that might be useful in testing command line programs.
3939
* [duct][duct] for orchestrating multiple processes.
40+
* [rexpect][rexpect] for testing interactive programs.
4041
* [`assert_fs`][assert_fs] for filesystem fixtures and assertions.
4142
* [dir-diff][dir-diff] for testing file side-effects.
4243
* [tempfile][tempfile] for scratchpad directories.
4344

45+
[rexpect]: https://crates.io/crates/rexpect
4446
[dir-diff]: https://crates.io/crates/dir-diff
4547
[tempfile]: https://crates.io/crates/tempfile
4648
[duct]: https://crates.io/crates/duct

0 commit comments

Comments
 (0)