We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108857d commit c2bc0beCopy full SHA for c2bc0be
README.md
@@ -37,10 +37,12 @@ Command::main_binary()
37
38
Other crates that might be useful in testing command line programs.
39
* [duct][duct] for orchestrating multiple processes.
40
+* [rexpect][rexpect] for testing interactive programs.
41
* [`assert_fs`][assert_fs] for filesystem fixtures and assertions.
42
* [dir-diff][dir-diff] for testing file side-effects.
43
* [tempfile][tempfile] for scratchpad directories.
44
45
+[rexpect]: https://crates.io/crates/rexpect
46
[dir-diff]: https://crates.io/crates/dir-diff
47
[tempfile]: https://crates.io/crates/tempfile
48
[duct]: https://crates.io/crates/duct
0 commit comments