chore(deps): update rust crate rstest to 0.26.0 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rstest | dev-dependencies | minor |
0.22.0 -> 0.26.0
|
Release Notes
la10736/rstest (rstest)
v0.26.1
Fixed
- Docs
v0.26.0
Changed
- The
#[files(...)]attribute now ignores matched directory paths by default. See #306 thanks to @Obito-git.
Add
- Introduced the
#[dirs]attribute, which can be used with#[files(...)]to explicitly include directory paths. See #306 thanks to @Obito-git. - The CI now runs builds and tests on Windows, as well.
-
#[test_attr]to define test attribute explicit and also enable the use of#[macro_rules_attribute::apply(<macro>)]: naw alsosmolworks. See #303 #311 #315 thanks to @coriolinus.
Fixed
- Removed unsued trait and impl spotted out on
1.89.0-nightly - Add missed tests about ignore attribute's args in
rstestexpansion. See #313 - The
#[files(...)]attribute now works reliably on Windows. - Now global attributes can go everywhere in the list also where case is used
v0.25.0
Changed
Add
- Added a
#[mode = ...]attribute to be used with the#[files(...)]attribute to change the way the files get passed to the test. (see #295 thanks to @lucascool12)
v0.24.0
Changed
Add
-
#![no_std]support: now you can userstestalso inno_stdlib (see #282 thanks to @rnbguy) -
#[context]to have test function name and other useful thighs on the tip of your fingers (see #177)
v0.23.0
Add
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate