Deprecate format_time/2, use format_times/1 instead
Module
ExUnit.Formatter
8 changes across 7 versions
Changes by version
When comparing two anonymous functions, defined at the same place but capturing a different environment, we will now also diff the environments
Expose ExUnit.Formatter.format_assertion_diff/4
Avoid crashes when diffing guards when the pattern does not match
Also blame exceptions that come from linked and trapped exits
Excluded tests, via the --exclude and --only flags, are now shown as "Excluded" in reports. Tests skipped via @tag :skip are now exclusively shown as "Skipped" and in yellow
:case_started and :case_finished events are deprecated in favor of :module_started and :module_finished
Replace lhs/rhs with left/right in the formatter for clarity