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 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 12, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rstest dev-dependencies minor 0.11.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)

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.

@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2021

Codecov Report

Patch coverage: 72.70% and project coverage change: -7.30% ⚠️

Comparison is base (2fa32e6) 80.00% compared to head (794542c) 72.70%.
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   80.00%   72.70%   -7.30%     
==========================================
  Files           1        3       +2     
  Lines           5      447     +442     
  Branches        1      126     +125     
==========================================
+ Hits            4      325     +321     
- Misses          0       33      +33     
- Partials        1       89      +88     
Flag Coverage Δ
run-macos-latest 72.70% <72.70%> (-7.30%) ⬇️
run-ubuntu-latest 72.70% <72.70%> (-7.30%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
src/errors.rs 33.33% <33.33%> (ø)
src/version.rs 74.34% <74.34%> (ø)
src/lib.rs 75.00% <100.00%> (-5.00%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it 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 May 16, 2022
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from 531421f to 04e7c7d Compare May 16, 2022 01:05
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from 04e7c7d to a487121 Compare June 23, 2022 22:18
@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 23, 2022
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from a487121 to c7a410f Compare September 25, 2022 17:12
@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 force-pushed the renovate/rstest-0.x branch from c7a410f to 6b7f38d Compare March 18, 2023 00:07
@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 18, 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 force-pushed the renovate/rstest-0.x branch from 6b7f38d to 3a848a9 Compare March 23, 2023 15:09
@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 force-pushed the renovate/rstest-0.x branch from 3a848a9 to 8378768 Compare July 4, 2023 21:42
@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 force-pushed the renovate/rstest-0.x branch from 8378768 to d39ac0d Compare July 5, 2023 09:41
@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
@renovate renovate bot force-pushed the renovate/rstest-0.x branch from d39ac0d to 794542c Compare August 13, 2023 09:42
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.

1 participant