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 test-case requirement from 2.0.0 to 3.2.1 #80

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Updates the requirements on test-case to permit the latest version.

Release notes

Sourced from test-case's releases.

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

Changelog

Sourced from test-case's changelog.

3.2.1

Changes

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

3.2.0

New features

  • Add test_matrix macro: generates test cases from Cartesian product of possible test function argument values (#128)

Changes

  • Retain allow attributes on test functions (#127)

3.1.0

New features

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

Changes

  • 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.

Changes

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

2.2.2

Bugfixes

  • Use fully qualified test macro path to avoid conflicts in workspace (#105)

2.2.1

Bugfixes

  • Ensure test-case depends on correct version of test-case-macros

2.2.0

New features

  • Support ignore["reason"] syntax (#102)

2.1.0

New features

  • Support matches_regex complex test-case (requires with-regex feature) (#98)
  • Support len, count and empty complex test-cases (#97)

Bug fixes

  • Support keyword ignore on void fn (#100)

Improvements

  • Move macros to separate subcrate so that test-case can export other things (#96)

2.0.2

... (truncated)

Commits
  • 17db57a Bump version to 3.2.1
  • ca22d20 chore: update syn dependency
  • 6f8ae5c Bump version to 3.2.0
  • 04935d4 test: exclude some logs from Windows tests
  • 410d2c6 test: simplify acceptance tests
  • f202f47 chore: fix clippy and tests
  • ada5d82 feat: Add test_matrix macro (#128)
  • dee411a feat: retain allow attribute in test_case macro (#127)
  • dfef0a8 chore: update tests with newest stable
  • ea03c58 Bump version to 3.1.0
  • Additional commits viewable in compare view

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)

Updates the requirements on [test-case](https://github.com/frondeus/test-case) to permit the latest version.
- [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.0.0...v3.2.1)

---
updated-dependencies:
- dependency-name: test-case
  dependency-type: direct:production
...

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 Sep 18, 2023
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
Development

Successfully merging this pull request may close these issues.

None yet

0 participants