datatest 0.8.0

Data-driven tests in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## Prerequisites

Working on this project requires [`cargo-make`](https://crates.io/crates/cargo-make) tool to be installed. Run
`cargo install --force cargo-make` to install one.

## Running tests

Run `cargo test --all` 

## Releasing a new version

Run `./publish.sh`