test-env-helpers 0.2.0

A few helper macros that adds some functionality to the Rust test runner that I missed from Jest.
Documentation
[dependencies.quote]
version = "1.0.15"

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

[dev-dependencies.test-case]
version = "2.0.0"

[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "1.17.0"

[lib]
proc-macro = true

[package]
description = "A few helper macros that adds some functionality to the Rust test runner that I missed from Jest."
edition = "2021"
keywords = ["afterEach", "beforeEach", "setup", "teardown", "test"]
license = "MIT"
name = "test-env-helpers"
readme = "README.md"
repository = "https://github.com/TomPridham/test-env-helpers"
resolver = "2"
version = "0.2.0"