Skip to content

Test-Case v1.1.0

Compare
Choose a tag to compare
@frondeus frondeus released this 10 Jan 11:11
· 78 commits to master since this release

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