We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1230345 commit d1f7457Copy full SHA for d1f7457
lib/ex_unit/lib/ex_unit/case.ex
@@ -20,6 +20,9 @@ defmodule ExUnit.Case do
20
It should be enabled only if tests do not change any global state.
21
Defaults to `false`.
22
23
+ * `:register` - when `false`, does not register this module within
24
+ ExUnit server. This means the module won't run when ExUnit suite runs.
25
+
26
This module automatically includes all callbacks defined in
27
`ExUnit.Callbacks`. See that module for more information on `setup`,
28
`start_supervised`, `on_exit` and the test process life cycle.
0 commit comments