[go: up one dir, main page]

expect-test 1.0.2

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

[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"
repository = "https://github.com/rust-analyzer/expect-test"
version = "1.0.2"