File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5050//!
5151//! [`lazy_static`]: https://crates.io/crates/lazy_static
5252//! [`Command`]: std::process::Command
53+ //! [`escargot`]: https://crates.io/crates/escargot
5354//! [cargo-overhead]: https://github.com/assert-rs/assert_cmd/issues/6
5455//! [first-call]: https://github.com/assert-rs/assert_cmd/issues/57
5556
Original file line number Diff line number Diff line change 6565//! ## Relevant crates
6666//!
6767//! Other crates that might be useful in testing command line programs.
68- //! * [escargot][escargot] for more control over configuring the crate's binary.
68+ //! * [escargot] for more control over configuring the crate's binary.
6969//! * [duct] for orchestrating multiple processes.
7070//! * or [commandspec] for easier writing of commands
7171//! * [rexpect][rexpect] for testing interactive programs.
8989//! [assert_cli]: https://crates.io/crates/assert_cli/0.6.3
9090//! [dir-diff]: https://crates.io/crates/dir-diff
9191//! [tempfile]: https://crates.io/crates/tempfile
92+ //! [escargot]: https://crates.io/crates/escargot
9293//! [duct]: https://crates.io/crates/duct
9394//! [assert_fs]: https://crates.io/crates/assert_fs
9495//! [rexpect]: https://crates.io/crates/rexpect
You can’t perform that action at this time.
0 commit comments