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 |
#77 in Testing
13,128 downloads per month
Used in 10 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
~1.3–2.2MB
~50K SLoC