7 releases (breaking)
| 0.6.0 | Apr 11, 2024 |
|---|---|
| 0.5.0 | Feb 19, 2024 |
| 0.4.0 | Aug 28, 2023 |
| 0.3.0 | Jun 26, 2023 |
| 0.1.1 | Jul 21, 2022 |
#37 in Testing
176,772 downloads per month
Used in 36 crates
17KB
385 lines
insta-cmd: command line testing extension for insta
Introduction
This is an experimental extension to insta for command line app testing.
use std::process::Command;
use insta_cmd::assert_cmd_snapshot;
assert_cmd_snapshot!(Command::new("echo").arg("Hello World!"));
License and Links
Dependencies
~2.9–8.5MB
~186K SLoC