Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate rstest to 0.21.0 - autoclosed #41

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rstest dev-dependencies minor 0.15.0 -> 0.21.0

Release Notes

la10736/rstest (rstest)

v0.21.0

Compare Source

Changed
  • Add feature crate-name enabled by default to opt-in crate rename
    support. See #​258

v0.20.0

Compare Source

Add
  • Implemented #[by_ref] attribute to take get a local lifetime for test arguments.
    See #​241 for more details. Thanks to
    @​narpfel for suggesting it and useful discussions.
  • Support for import rstest with another name. See #​221
Fixed
  • Don't remove Lifetimes from test function if any. See #​230
    #​241 for more details.
  • PathBuf does no longer need to be
    in scope when using #[files] (see #​242)
  • #[from(now::accept::also::path::for::fixture)] See #​246
    for more details

v0.19.0

Compare Source

Changed
  • Defined rust-version for each crate (see #​227)
Fixed
  • #[once] fixtures now require the returned type to be
    Sync to prevent UB
    when tests are executed in parallel. (see #​235
    for more details)

  • #[future(awt)] and #[awt] now properly handle mutable (mut) parameters by treating futures as immutable and
    treating the awaited rebinding as mutable.

v0.18.2

Compare Source

Changed
  • Now #[files] accept also parent folders (see #​205
    for more details).

v0.18.1

Compare Source

Fixed
  • Wrong doc test
  • Docs

v0.18.0

Compare Source

Add
  • Add support for RSTEST_TIMEOUT environment variable to define a max timeout
    for each function (see #​190 for details).
    Thanks to @​aviramha for idea and PR
  • #[files("glob path")] attribute to generate tests based on files that
    satisfy the given glob path (see #​163 for details).
Changed
  • Switch to syn 2.0 and edition 2021 : minimal Rust version now is 1.56.0
    both for rstest and rstest_reuse (see #​187)
Fixed
  • Fixed wired behavior on extraction #[awt] function attrs (See
    #​189)

v0.17.0

Compare Source

Add
  • Add #[awt] and #[future(awt)] to .await future input
Fixed
  • Fixed wrong message when timeout tests panic before timeout expire (See #​171)

v0.16.0

Compare Source

Changed
  • Show TEST START banner only when trace some argument: See #​158 for details.
  • Add values to test name: See #​160 for details.
Fixed
  • Updated test fixtures to 1.64.0 compiler's error messages.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot changed the title Update Rust crate rstest to 0.16.0 Update Rust crate rstest to 0.17.0 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from 1cae711 to ad8da1e Compare March 20, 2023 12:31
@renovate renovate bot changed the title Update Rust crate rstest to 0.17.0 Update Rust crate rstest to 0.18.0 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from ad8da1e to 72d7b4f Compare July 4, 2023 22:07
@renovate renovate bot changed the title Update Rust crate rstest to 0.18.0 Update Rust crate rstest to 0.18.1 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from 72d7b4f to 8265532 Compare July 5, 2023 09:02
@renovate renovate bot changed the title Update Rust crate rstest to 0.18.1 Update Rust crate rstest to 0.18.2 Aug 13, 2023
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from 8265532 to 4780fa0 Compare August 13, 2023 09:53
@renovate renovate bot changed the title Update Rust crate rstest to 0.18.2 Update Rust crate rstest to 0.19.0 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from 4780fa0 to f2af91e Compare April 9, 2024 14:16
@renovate renovate bot changed the title Update Rust crate rstest to 0.19.0 Update Rust crate rstest to 0.20.0 May 30, 2024
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from f2af91e to e6a4d79 Compare May 30, 2024 13:05
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from e6a4d79 to 9f81793 Compare June 1, 2024 18:33
@renovate renovate bot changed the title Update Rust crate rstest to 0.20.0 Update Rust crate rstest to 0.21.0 Jun 1, 2024
@renovate renovate bot changed the title Update Rust crate rstest to 0.21.0 Update Rust crate rstest to 0.21.0 - autoclosed Jul 24, 2024
@renovate renovate bot closed this Jul 24, 2024
@renovate renovate bot deleted the renovate/rstest-0.x branch July 24, 2024 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants