diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-03 00:49:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 10:19:42 +0530 |
commit | 3e98ea4e69732d8a659ca0ca61747fe3887ab673 (patch) | |
tree | 7cf753a822c6858ebd519d7d7774234c965af801 /tests/Cargo.toml | |
parent | b7945a218ee193f6730b4b459e5ab28d13b1f040 (diff) |
chore(tests/specs): ability to have sub tests in file (#23667)
Allows writing named sub-tests. These are:
1. Filterable on the command line via `cargo test ...`
2. Run in parallel
3. Use a fresh temp and deno dir for each test (unlike steps)
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r-- | tests/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 5393d1589..c7de0b561 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -43,7 +43,7 @@ deno_lockfile.workspace = true deno_terminal.workspace = true deno_tls.workspace = true fastwebsockets = { workspace = true, features = ["upgrade", "unstable-split"] } -file_test_runner = "0.4.1" +file_test_runner = "0.5.0" flaky_test = "=0.1.0" http.workspace = true http-body-util.workspace = true |