Skip to content

TestCase - v2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@luke-biel luke-biel released this 19 Dec 14:55
· 60 commits to master since this release

New features

  • => with |x: T| assert!(x) custom inline test assertions
  • => using path::to::fn custom fn test assertions
  • ignore and inconclusive can be combined with other keywords (eg.: => ignore matches Ok(_))

Improvements

  • Code refactoring

Breaking changes

  • Deprecation of inconclusive within test description string - it will no longer act like modifier keyword
  • Deprecation of hamcrest2 integration (it and is are kept, complex assertions now have different syntax)