Skip to content

Bump test-case from 2.2.1 to 3.3.1#10

Merged
Dunklas merged 1 commit intomainfrom
5f14dependabot/cargo/test-case-3.3.1
Apr 12, 2025
Merged

Bump test-case from 2.2.1 to 3.3.1#10
Dunklas merged 1 commit intomainfrom
5f14dependabot/cargo/test-case-3.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 12, 2025

Bumps test-case from 2.2.1 to 3.3.1.

Release notes

Sourced from test-case's releases.

Test Case - v3.3.1

What's Changed

New Contributors

Full Changelog: frondeus/test-case@v3.3.0...v3.3.1

Test Case - v3.3.0

What's Changed

New Contributors

Full Changelog: frondeus/test-case@v3.2.1...v3.3.0

Test Case - v3.2.1

  • Update syn dependency
  • Ensure that test-case targets latest core and macros subcrates.

Full Changelog: frondeus/test-case@v3.2.0...v3.2.1

Test Case - v3.2.0

What's Changed

New Contributors

Full Changelog: frondeus/test-case@v3.1.0...v3.2.0

Test Case - v3.1.0

What's Changed

New Contributors

Full Changelog: frondeus/test-case@v3.0.0...v3.1.0

... (truncated)

Changelog

Sourced from test-case's changelog.

3.3.1

Fixes

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

3.3.0

Features

  • Allow comments in test-matrix macro (#132)

Improvements

  • Drop proc-macro-error dependency & improve error messages (#136)

3.2.1

Improvements

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

3.2.0

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)

3.1.0

Features

  • Copy attribute span to generated test functions so that IDEs recognize them properly as individual tests

Improvements

  • Added LICENSE file to child crates

3.0.0

[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

2.2.2

Fixes

  • Use fully qualified test macro path to avoid conflicts in workspace (#105)
Commits
  • 1ea705c Minor CHANGELOG cleanup
  • e57c21b Bump version to 3.3.1
  • 3cfb534 fix: Remove proc-macro2-diagnostics dependency (#138)
  • f7b6691 Bump version to 3.3.0
  • 21212e2 chore: Update crate publishing script
  • b0a764f .github: replace actions-rs with dtolnay/rust-toolchain, add caching (#137)
  • d32127b Remove proc-macro-error dependency (#136)
  • 2fc16bf feat: Add the ability to have comments in matrix tests (#132)
  • 97bcfc0 docs: test_matrix example that does not compile in README (#133)
  • bf3ee27 deps: disable proc-macro-error default features (#134)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [test-case](https://github.com/frondeus/test-case) from 2.2.1 to 3.3.1.
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](frondeus/test-case@v2.2.1...v3.3.1)

---
updated-dependencies:
- dependency-name: test-case
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 12, 2025
@Dunklas Dunklas merged commit 162a833 into main Apr 12, 2025
2 checks passed
@dependabot dependabot Bot deleted the 5f14dependabot/cargo/test-case-3.3.1 branch April 12, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant