rstest_reuse 0.6.0

Reuse rstest attributes: create a set of tests and apply it to every scenario you want to test.
Documentation
[build-dependencies.rustc_version]
version = "0.4.0"
[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.18.1"

[dev-dependencies.rstest_test]
version = "0.11.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/Apache-2.0"
name = "rstest_reuse"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
resolver = "1"
version = "0.6.0"