Skip to content

Conversation

@svc-secops
Copy link
Contributor

@svc-secops svc-secops commented Jan 7, 2025

This PR contains the following updates:

Package Type Update Change
rstest dev-dependencies minor 0.23.0 -> 0.26.0

Release Notes

la10736/rstest (rstest)

v0.26.1

Compare Source

Fixed
  • Docs

v0.26.0

Compare Source

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 also smol works. 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 rstest expansion.
    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

Compare Source

Changed
  • Append generated test macro so next test macros are aware of it
    (see #​291 thanks to @​kezhuw).
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

Compare Source

Changed
Add
  • #![no_std] support: now you can use rstest also in no_std lib
    (see #​282 thanks to @​rnbguy)
  • #[context] to have test function name and other useful thighs on
    the tip of your fingers (see #​177)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Renovate Bot.

@svc-secops svc-secops requested a review from a team as a code owner January 7, 2025 15:11
@svc-secops svc-secops force-pushed the renovate/rstest-0.x branch from 4891cc2 to 71dc2eb Compare January 9, 2025 13:48
@svc-secops svc-secops changed the title chore(deps): update rust crate rstest to 0.24.0 chore(deps): update rust crate rstest to 0.25.0 Mar 7, 2025
@svc-secops svc-secops force-pushed the renovate/rstest-0.x branch from 71dc2eb to 3320a3f Compare March 7, 2025 14:36
@apollo-bot2
Copy link

Detected SAST Vulnerabilities

@svc-secops svc-secops force-pushed the renovate/rstest-0.x branch from 3320a3f to 1119ed3 Compare April 24, 2025 11:30
@svc-secops svc-secops force-pushed the renovate/rstest-0.x branch from 1119ed3 to db251b2 Compare July 30, 2025 11:55
@svc-secops svc-secops changed the title chore(deps): update rust crate rstest to 0.25.0 chore(deps): update rust crate rstest to 0.26.0 Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants