expect-test 1.4.1

Minimalistic snapshot testing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.dissimilar]
version = "1"

[dependencies.once_cell]
version = "1"

[package]
authors = ["rust-analyzer developers"]
categories = ["development-tools::testing"]
description = "Minimalistic snapshot testing library"
edition = "2018"
exclude = ["./github", "bors.toml", "rustfmt.toml"]
keywords = ["snapshot", "testing", "expect"]
license = "MIT OR Apache-2.0"
name = "expect-test"
readme = "README.md"
repository = "https://github.com/rust-analyzer/expect-test"
version = "1.4.1"