testresult 0.4.2

Provides TestResult type for concise and precise test failures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "testresult"
version = "0.4.2"
edition = "2021"
authors = ["Wiktor Kwapisiewicz <wiktor@metacode.biz>"]
description = "Provides TestResult type for concise and precise test failures"
repository = "https://github.com/wiktor-k/testresult"
license = "MIT OR Apache-2.0"
keywords = ["testing", "error", "error-handling"]
categories = ["development-tools::testing", "rust-patterns"]
exclude = [".github"]

[dependencies]

[dev-dependencies]
anyhow = "1.0.104"
rstest = "0.27.0"