mitsuhiko / insta-cmd

CLI extension to insta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insta-cmd: command line testing extension for insta

Build Status Crates.io License rustc 1.56.1 Documentation

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

About

CLI extension to insta

License:Apache License 2.0


Languages

Language:Rust 96.3%Language:Makefile 3.7%