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 /Cargo.lock | |
| 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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index c7cbfbcb5..0db085a0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2634,9 +2634,9 @@ checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" [[package]] name = "file_test_runner" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33b00489de0a5fd03df89aefe9fa55da5da3c1a207ea19cd381d1de7e6204b" +checksum = "cc644d2903f00e5f0e5d34dca805c7a100b09a1d257e07697101d90eb10d3351" dependencies = [ "anyhow", "crossbeam-channel", |
