README.md

July 21, 2022 ยท View on GitHub

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

  • Project Website
  • Documentation
  • Issue Tracker
  • License: Apache-2.0

Contents

  1. 1Introduction
  2. 2License and Links