flaky_test 0.2.2

atttribute macro for running a flaky test multiple times
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "flaky_test"
version = "0.2.2"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
repository = "https://github.com/denoland/flaky_test"
description = "atttribute macro for running a flaky test multiple times"

[workspace]
members = ["impl"]

[dependencies]
flaky_test_impl = { version = "0.2.2", path = "impl" }
futures-util = { version = "0.3", default-features = false, features = ["std"] }

[dev-dependencies]
tokio = { version = "1", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }