5 releases (3 breaking)
0.4.0 | Aug 28, 2023 |
---|---|
0.3.0 | Jun 26, 2023 |
0.2.0 | Jul 27, 2022 |
0.1.1 | Jul 21, 2022 |
0.1.0 | Jul 21, 2022 |
#37 in Build Utils
7,536 downloads per month
Used in 4 crates
15KB
320 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
~1.6–2.3MB
~47K SLoC