rstest_reuse 0.7.0

Reuse rstest attributes: create a set of tests and apply it to every scenario you want to test.
Documentation
[dependencies.quote]
version = "1.0.9"

[dependencies.rand]
version = "0.8.5"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.2"
[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.rstest]
version = "0.19.0"

[dev-dependencies.temp_testdir]
version = "0.2.3"

[lib]
proc-macro = true

[package]
authors = ["Michele d'Amico <michele.damico@gmail.com>"]
categories = ["development-tools::testing"]
description = "Reuse rstest attributes: create a set of tests and apply it \nto every scenario you want to test.\n"
edition = "2021"
homepage = "https://github.com/la10736/rstest"
keywords = ["test", "fixture"]
license = "MIT OR Apache-2.0"
name = "rstest_reuse"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
rust-version = "1.60.0"
version = "0.7.0"