File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ defmodule ExUnit.Case do
12
12
It should be enabled only if tests do not change any global state.
13
13
Defaults to `false`.
14
14
15
- * `:group` - configures the group this module belongs to.
15
+ * `:group` (since v1.18.0) - configures the ** group** this module belongs to.
16
16
Tests in the same group never run concurrently. Tests from different
17
17
groups (or with no groups) can run concurrently when `async: true`
18
- is given. By default, belongs to no group (defaults to `nil`).
18
+ is given. By default, this module belongs to no group (defaults to `nil`).
19
19
20
20
* `:register` - when `false`, does not register this module within
21
21
ExUnit server. This means the module won't run when ExUnit suite runs.
You can’t perform that action at this time.
0 commit comments