[go: up one dir, main page]

expectest 0.1.7

Library provides functions for unit testing with human-readable syntax. (WIP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "expectest"
version = "0.1.7"
authors = ["Aleksey Kuznetsov <zummenix@gmail.com>"]

description = "Library provides functions for unit testing with human-readable syntax. (WIP)"
repository = "https://github.com/zummenix/expectest"
readme = "./README.md"
keywords = ["unit", "test", "matcher", "expect"]

license = "MIT"

[dependencies]
num = "*"