test-context 0.1.6

A library for providing custom setup/teardown for Rust tests without needing a test harness
Documentation
[dependencies.async-trait]
version = "0.1.42"

[dependencies.futures]
version = "0.3"

[dependencies.test-context-macros]
version = "0.1.6"
[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.0"

[package]
authors = ["Mark Hildreth <mark.k.hildreth@gmail.com>", "Victor Martinez <victor.martinez@jaster.xyz>"]
categories = ["development-tools::testing"]
description = "A library for providing custom setup/teardown for Rust tests without needing a test harness"
edition = "2021"
homepage = "https://github.com/JasterV/test-context"
keywords = ["test", "setup", "teardown"]
license = "MIT"
name = "test-context"
readme = "README.md"
repository = "https://github.com/JasterV/test-context"
version = "0.1.6"