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

chore(deps): update rust crate rstest to 0.18.2 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rstest dev-dependencies minor 0.10.0 -> 0.18.2

Release Notes

la10736/rstest (rstest)

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.

v0.15.0

Compare Source

Fixed
  • Timeout not compile if one of its test arguments il not a copy
    type [see #​154]

v0.14.0

Compare Source

Changed
  • Feature gated async timeout via async-timeout feature [see #​148]
Fixed
  • Removed async-std build dependency [see #​148]

v0.13.0

Compare Source

Add
  • #[timeout(duration)] test implementation for both sync and async tests (See #​136)
Changed
  • Split rstest in separated crates for macro and libs (See #​32)

v0.12.0

Compare Source

Add
  • Add #[once] fixture attribute to create static fixtures (See #​119)
Fixed
  • Fixed check of available features before to enable macro diagnostic (See #​126)

v0.11.0

Compare Source

Fixed
  • use mutable fixture in in cases and value list (See #​121)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.12.0 chore(deps): update rust crate rstest to 0.13.0 Jun 18, 2022
@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.13.0 chore(deps): update rust crate rstest to 0.14.0 Jun 24, 2022
@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.14.0 chore(deps): update rust crate rstest to 0.15.0 Sep 25, 2022
@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.15.0 chore(deps): update rust crate rstest to 0.16.0 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.16.0 chore(deps): update rust crate rstest to 0.17.0 Mar 23, 2023
@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.17.0 chore(deps): update rust crate rstest to 0.18.0 Jul 4, 2023
@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.18.0 chore(deps): update rust crate rstest to 0.18.1 Jul 5, 2023
@renovate renovate bot changed the title chore(deps): update rust crate rstest to 0.18.1 chore(deps): update rust crate rstest to 0.18.2 Aug 13, 2023
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.

None yet

0 participants