tailcall
tailcall copied to clipboard
chore(deps): update rust crate datatest-stable to 0.3.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| datatest-stable | dev-dependencies | minor | 0.2.9 -> 0.3.0 |
Release Notes
nextest-rs/datatest-stable (datatest-stable)
v0.3.2
Added
patternis now optional in theharness!macro. If not specified, the default pattern isr".*"(match all files).
Fixed
- Restored the ability to use absolute paths as the
rootargument.
v0.3.1
Fixed
Fixed documentation for include_dir invocations. They must typically be called
via include_dir!("$CARGO_MANIFEST_DIR/path/to/data").
v0.3.0
Added
- Support for embedding data into the test binary via an optional
include-dirfeature. For more information and recommendations for when to use this, see the readme.
Changed
-
The macro call format has changed to:
datatest_stable::harness! { { test = fn_name, path = &include_dir!("path/to/data"), pattern = r"^.*$" }, // ... }This is both a nicer format for expressing multiple tests, and a signal to indicate the other breaking changes in this release.
-
Regex patterns now match against the path relative to the include directory, rather than paths with respect to the crate root. This change was made for uniformity with the
include_dirimplementation. -
On Windows, paths are now universally normalized to use forward slashes. This change was made to ensure that test names and paths are consistent across platforms.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
Action required: PR inactive for 5 days. Status update or closure in 10 days.
PR closed after 10 days of inactivity.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (0.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.