File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ defmodule ExUnit.Case do
15
15
* `:register` - when `false`, does not register this module within
16
16
ExUnit server. This means the module won't run when ExUnit suite runs.
17
17
18
- * `:parameterize` - a list of maps to parameterize tests. If both
19
- `:async` and `:parameterize` are given, the different parameters
20
- run concurrently. See the "Parameterized tests" section below for
21
- more information.
18
+ * `:parameterize` (since v1.18.0) - a list of maps to parameterize tests.
19
+ If both `:async` and `:parameterize` are given, the different parameters
20
+ run concurrently. See the "Parameterized tests" section below for more
21
+ information.
22
22
23
23
> #### `use ExUnit.Case` {: .info}
24
24
>
You can’t perform that action at this time.
0 commit comments