We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb7a1 commit 99beb29Copy full SHA for 99beb29
lib/ex_unit/lib/ex_unit/case.ex
@@ -15,10 +15,10 @@ defmodule ExUnit.Case do
15
* `:register` - when `false`, does not register this module within
16
ExUnit server. This means the module won't run when ExUnit suite runs.
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.
+ * `:parameterize` (since v1.18.0) - a list of maps to parameterize tests.
+ If both `:async` and `:parameterize` are given, the different parameters
+ run concurrently. See the "Parameterized tests" section below for more
+ information.
22
23
> #### `use ExUnit.Case` {: .info}
24
>
0 commit comments