[go: up one dir, main page]

expectest 0.4.1

Crate provides matchers and matcher functions for unit testing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "expectest"
version = "0.4.1"
authors = ["Aleksey Kuznetsov <zummenix@gmail.com>"]

description = "Crate provides matchers and matcher functions for unit testing."
repository = "https://github.com/zummenix/expectest"
readme = "README.md"
keywords = ["unit", "test", "matcher", "expect"]

license = "MIT OR Apache-2.0"

[dependencies]
num = { version = "0.1.28", default-features = false }