parameterized_test 0.2.1

A macro to support providing arguments to test functions.
Documentation
[dependencies.anyhow]
optional = true
version = "1.0"

[features]
default = ["propagation"]
propagation = ["anyhow"]

[package]
authors = ["Michael Diamond <dimo414@gmail.com>"]
categories = ["development-tools::testing", "rust-patterns"]
description = "A macro to support providing arguments to test functions."
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["testing", "parameterized", "macro"]
license = "MIT OR Apache-2.0"
name = "parameterized_test"
readme = "README.md"
repository = "https://github.com/dimo414/parameterized_test"
version = "0.2.1"