dmolokanov / appinsights-rs

Application Insights SDK for Rust
MIT License
33 stars 24 forks source link

Bump test-case from 1.2.0 to 1.2.3 #251

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps test-case from 1.2.0 to 1.2.3.

Release notes

Sourced from test-case's releases.

TestCase - v1.2.3

  • Fix regression where panics and inconclusive were not allowed on test_cases returning a value
  • Fix case where test_case would allow to return a type when only single attribute was used

TestCase - v1.2.2

  • test-case no longer allows returning values from tested function without => pattern #50 (thanks to @​tarka)
    • Behaviour can be reenabled via allow_result feature

TestCase - v1.2.1

  • Disabled clippy warning when test-case was generating assert_eq!(bool, bool) expression.
Changelog

Sourced from test-case's changelog.

V1.2.3

  • Fix regression where panics and inconclusive were not allowed on test_cases returning a value
  • Fix case where test_case would allow to return a type when only single attribute was used

V1.2.2

  • test-case no longer allows returning values from tested function without => pattern (thanks to @​tarka)
    • Behaviour can be reenabled via allow_result feature

V1.2.1

  • Disabled clippy warning when test-case was generating assert_eq(bool, bool) expression.
Commits
  • 7ec9dd8 Publish version 1.2.3
  • b388116 Fix panics & inconclusive. Fix singular test_cases. (#87)
  • d522e4a Bump version to 1.2.2
  • db803b5 Try to fix async tests that for a reason don't pass on gh
  • 09a1e87 Alter workflow - accept all *-support
  • 19f7c46 Run gh actions on support branches
  • 97c571b Add a compilation error if a test-case has a Result type but no check (#85)
  • 96702c5 Publish V1.2.1
  • e4e7ff0 Add clippy::bool_assert_comparison to test_case, so that assert_eq!(bool, boo...
  • 30855ad Merge pull request #70 from tony84727/update-snapshot
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #255.