Module

ExUnit.Formatter

Changes by version

Elixir 1.16.0

· 1 change

Hard Deprecation Tool: ExUnit

Deprecate format_time/2, use format_times/1 instead

Elixir 1.15.0

· 1 change

Enhancement Tool: ExUnit

When comparing two anonymous functions, defined at the same place but capturing a different environment, we will now also diff the environments

Elixir 1.14.2

· 1 change

Enhancement Tool: ExUnit

Expose ExUnit.Formatter.format_assertion_diff/4

Elixir 1.10.4

· 2 changes

Bugfix Tool: ExUnit

Avoid crashes when diffing guards when the pattern does not match

Bugfix Tool: ExUnit

Also blame exceptions that come from linked and trapped exits

Elixir 1.7.0

· 1 change

Enhancement Tool: ExUnit

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

Elixir 1.6.0

· 1 change

Enhancement Tool: ExUnit

:case_started and :case_finished events are deprecated in favor of :module_started and :module_finished

Elixir 1.4.0

· 1 change

Enhancement Tool: ExUnit

Replace lhs/rhs with left/right in the formatter for clarity