chore(deps): update rust crate datatest-stable to 0.3.0 #3263
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.9
->0.3.0
Release Notes
nextest-rs/datatest-stable (datatest-stable)
v0.3.2
Compare Source
Added
pattern
is now optional in theharness!
macro. If not specified, the default pattern isr".*"
(match all files).Fixed
root
argument.v0.3.1
Compare Source
Fixed
Fixed documentation for
include_dir
invocations. They must typically be calledvia
include_dir!("$CARGO_MANIFEST_DIR/path/to/data")
.v0.3.0
Compare Source
Added
include-dir
feature. For more information and recommendations for when to use this, see the
readme.
Changed
The macro call format has changed to:
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_dir
implementation.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.
This PR was generated by Mend Renovate. View the repository job log.