test-harness 0.3.0

a little test macro to wrap your tests with an arbitrary setup/teardown function
Documentation
[dependencies.proc-macro2]
version = "1.0.52"

[dependencies.quote]
version = "1.0.26"

[dependencies.syn]
features = ["full"]
version = "2"
[dev-dependencies.fastrand]
version = "2.0.0"

[dev-dependencies.futures-lite]
version = "2.0.0"

[dev-dependencies.syn]
features = ["extra-traits"]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["Jacob Rothstein <hi@jbr.me>"]
categories = ["development-tools::testing"]
description = "a little test macro to wrap your tests with an arbitrary setup/teardown function"
edition = "2021"
keywords = ["test", "macro", "harness", "before", "setup"]
license = "MIT OR Apache-2.0"
name = "test-harness"
readme = "README.md"
repository = "https://github.com/jbr/test-harness"
version = "0.3.0"