Skip to content

Commit

Permalink
Add "since" docs to ExUnit's :group
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 14, 2024
1 parent 7e90906 commit 2ce6cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ex_unit/lib/ex_unit/case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ defmodule ExUnit.Case do
It should be enabled only if tests do not change any global state.
Defaults to `false`.
* `:group` - configures the group this module belongs to.
* `:group` (since v1.18.0) - configures the **group** this module belongs to.
Tests in the same group never run concurrently. Tests from different
groups (or with no groups) can run concurrently when `async: true`
is given. By default, belongs to no group (defaults to `nil`).
is given. By default, this module belongs to no group (defaults to `nil`).
* `:register` - when `false`, does not register this module within
ExUnit server. This means the module won't run when ExUnit suite runs.
Expand Down

0 comments on commit 2ce6cfd

Please sign in to comment.