[[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 = "3.2.1"
[dev-dependencies.insta]
version = "1.12"
[dev-dependencies.itertools]
version = "0.11"
[dev-dependencies.regex]
version = "1.5"
[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 = "2021"
exclude = ["tests/snapshots/**/*"]
keywords = ["test", "case", "tests", "unit", "testing"]
license = "MIT"
name = "test-case"
readme = "README.md"
repository = "https://github.com/frondeus/test-case"
rust-version = "1.63"
version = "3.3.0"