0.10.0
Pre-release
Pre-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 useexpect_*
macros to define an alwaysOk(())
return type. - #270 Introduce a function
verify_current_test_outcome
. - #279 Introduce a macro
any!
as a complement to the macroall!
.
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.