[go: up one dir, main page]

expectorate 2.0.1

Library for comparing output to file contents with simple updating
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "expectorate"
version = "2.0.1"
authors = ["Adam H. Leventhal <ahl@oxide.computer>"]
edition = "2018"
license = "Apache-2.0"
description = "Library for comparing output to file contents with simple updating"
repository = "https://github.com/oxidecomputer/expectorate"
readme = "README.md"
keywords = ["test", "fixture"]
categories = ["development-tools::testing"]

[dependencies]
difference = "2.0.0"
newline-converter = "0.1.0"