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

[cargo] Update Rust crate test-case to v3 #13

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
test-case dev-dependencies major 2.2.2 -> 3.0.0

Release Notes

frondeus/test-case (test-case)

v3.3.1

Compare Source

Fixes
  • Avoid emitting additional misleading error messages by proc-macro2-diagnostics (#​138)

v3.3.0

Compare Source

Features
  • Allow comments in test-matrix macro (#​132)
Improvements
  • Drop proc-macro-error dependency & improve error messages (#​136)

v3.2.1

Compare Source

Improvements
  • Update syn dependency to 2.0
  • Ensure that test-case selects correct version of it's core and macros subcrates

v3.2.0

Compare Source

Features
  • Add test_matrix macro: generates test cases from Cartesian product of possible test function argument values (#​128)
Improvements
  • Retain allow attributes on test functions (#​127)

v3.1.0

Compare Source

Features
  • Copy attribute span to generated test functions so that IDEs recognize them properly as individual tests
Improvements
  • Added LICENSE file to child crates

v3.0.0

Compare Source

[IMPORTANT] Starting with 3.0 release we are changing test-case MSRV policy to support only 3 latest stable releases.

Improvements
  • Split out functional parts of test-case-macros crate into test-case-core for easy reuse by external libraries

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

| datasource | package   | from  | to    |
| ---------- | --------- | ----- | ----- |
| crate      | test-case | 2.2.2 | 3.3.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies labels Jul 8, 2024
@renovate renovate bot enabled auto-merge (rebase) July 8, 2024 05:25
Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (983b1fe) to head (2fb8df2).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           77        77           
=========================================
  Hits            77        77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwodder jwodder closed this Jul 8, 2024
auto-merge was automatically disabled July 8, 2024 12:19

Pull request was closed

@jwodder jwodder deleted the renovate/test-case-3.x branch July 8, 2024 12:19
Copy link
Author

renovate bot commented Jul 8, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant