Module

ExUnit.DocTest

Changes by version

Elixir 1.15.0

· 1 change

Bugfix Tool: ExUnit

Ensure proper line is returned when failing to parse doctest results

Elixir 1.14.3

· 1 change

Bugfix Tool: ExUnit

Remove unnecessary literal quotes from error message on reports

Elixir 1.14.2

· 1 change

Enhancement Tool: ExUnit

Include :doctest and :doctest_line as meta tags

Elixir 1.14.1

· 1 change

Enhancement Tool: ExUnit

Do not crash when both :moduledoc and functions are specified in :only

Elixir 1.9.0

· 2 changes

Enhancement Tool: ExUnit

No longer wrap doctest errors in custom exceptions. They ended-up hiding more information than showing

Enhancement Tool: ExUnit

Display the actual doctest code when doctest fails

Elixir 1.7.0

· 2 changes

Enhancement Tool: ExUnit

Show colored diffs on failed doctests

Bugfix Tool: ExUnit

Emit proper assertion error on doctests with invalid UTF-8