We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea59662 commit 5abc024Copy full SHA for 5abc024
1 file changed
lib/ex_unit/lib/ex_unit/formatter.ex
@@ -16,7 +16,7 @@ defmodule ExUnit.Formatter do
16
17
* `{:suite_finished, times_us}` -
18
the suite has finished. Returns several measurements in microseconds
19
- for running the suite. See `t:times_us` for more information.
+ for running the suite. See `t:times_us/0` for more information.
20
21
* `{:module_started, test_module}` -
22
a test module has started. See `ExUnit.TestModule` for details.
@@ -36,7 +36,7 @@ defmodule ExUnit.Formatter do
36
37
* `:max_failures_reached` -
38
the test run has been aborted due to reaching max failures limit set
39
- with `:max_failures` option
+ with `:max_failures` option.
40
41
The formatter will also receive the following events but they are deprecated
42
and should be ignored:
0 commit comments