Skip to content

0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bjacotg bjacotg released this 25 Aug 09:41
· 323 commits to main since this release

API Changes

None

Bug fixes

None

Other new features and improvements

  • #290 Support test functions returning () with #[googletest::test]. This allows tests which only use expect_* macros to define an always Ok(()) return type.
  • #270 Introduce a function verify_current_test_outcome.
  • #279 Introduce a macro any! as a complement to the macro all!.

Other minor changes

  • #275 Add support for using is_terminal and environment variables to determine whether to output ANSI colour sequences.
  • #267 Do not rely on a color term crate to generate ANSI character.
  • #271 Clarify the behaviour of fatal and non-fatal assertions in the documentation.
  • #283 Reduce the visibility of most submodules of matchers.
  • #295 Add docstrings for some elements which were missing it.