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

Bump test-case from 1.0.0 to 1.1.0 #53

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2021

Bumps test-case from 1.0.0 to 1.1.0.

Release notes

Sourced from test-case's releases.

Test-Case v1.1.0

New features

  • Added support for using hamcrest2 assertions with test case
  • Enabled support of async via tokio or similar
  • Enabled attribute passthrough for test cases - it means that you can combine test-case with other testing frameworks, given at least one #[test_case] attribute appears before mentioned framework in testing function

Deprecation

  • inconclusive inside test case name will not be supported starting 2.0.0

TestCase - v1.0.1

Legacy release supporting MSRV < 1.39, including syn::export fix

Changelog

Sourced from test-case's changelog.

V1.1.0

New features

  • Added support for using hamcrest2 assertions with test case
  • Enabled support of async via tokio or similar
  • Enabled attribute passthrough for test cases - it means that you can combine test-case with other testing frameworks, given at least one #[test_case] attribute appears before mentioned framework in testing function

Deprecation

  • inconclusive inside test case name will not be supported starting 2.0.0
Commits
  • 55ace6e Release "1.1.0"
  • 65b6fb6 Drop travis, change badge to GH actions
  • f86fd8f Update documentation
  • ae18324 Drop nightly and beta pipelines until we figure out how to deal with acceptan...
  • 7c5da17 run rustfmt
  • 2e70be4 Remove other syn::export references
  • 7bbcbb0 Import TokenStream2 directly from proc_macro2
  • 290276e Merge pull request #48 from frondeus/test-case-asyncness
  • 5725571 Remove backwards tests for rust < 1.41
  • 3e1085e Add async-await support for 1.41 and above, keeping 1.34 backwards compatibil...
  • 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

@codecov
Copy link

codecov bot commented Jan 15, 2021

Codecov Report

Merging #53 (4908cec) into master (240505a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #53   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          322       321    -1     
=========================================
- Hits           322       321    -1     
Impacted Files Coverage Δ
src/cli.rs 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 240505a...4908cec. Read the comment docs.

@brettcannon brettcannon merged commit 81da05d into master Jan 15, 2021
@brettcannon brettcannon deleted the dependabot/cargo/test-case-1.1.0 branch January 15, 2021 17:46
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.

None yet

1 participant