Crate snaptest [] [src]

Dead simple snapshot testing.

Re-exports

pub use test::Test;

Modules

test

Data structures and behavior for generated snapshot tests.

Macros

snaptest

A macro for writing snapshot tests.

Structs

Error

The Error type, which can contain any failure.

Report

Meta information about a test and test result.

Type Definitions

Result

A convenient wrapper around Result.