test-case 2.2.0

Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily
Documentation
[[test]]
name = "acceptance"
path = "tests/acceptance_tests.rs"
[badges.maintenance]
status = "actively-developed"
[dependencies.regex]
optional = true
version = "1.5"

[dependencies.test-case-macros]
default-features = false
version = "2.1.0"
[dev-dependencies.indexmap]
version = "=1.8.2"

[dev-dependencies.insta]
version = "1.12"

[dev-dependencies.itertools]
version = "0.10"

[dev-dependencies.linked-hash-map]
version = "=0.5.4"

[dev-dependencies.regex]
version = "1.5"

[dev-dependencies.serde_yaml]
version = "=0.8.25"

[features]
with-regex = ["regex", "test-case-macros/with-regex"]

[lib]
doctest = false
path = "src/lib.rs"

[package]
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>", "Wojciech Polak <frondeus@gmail.com>", "Ɓukasz Biel <lukasz.p.biel@gmail.com>"]
categories = ["development-tools", "development-tools::testing"]
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
documentation = "https://docs.rs/test-case"
edition = "2018"
exclude = ["tests/snapshots/**/*"]
keywords = ["test", "case", "tests", "unit", "testing"]
license = "MIT"
name = "test-case"
readme = "README.md"
repository = "https://github.com/frondeus/test-case"
version = "2.2.0"