Skip to content

Commit 99beb29

Browse files
authored
ex_unit: Add since to :parameterize documentation (#13803)
1 parent 1ccb7a1 commit 99beb29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/ex_unit/lib/ex_unit/case.ex

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ defmodule ExUnit.Case do
1515
* `:register` - when `false`, does not register this module within
1616
ExUnit server. This means the module won't run when ExUnit suite runs.
1717
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.
2222
2323
> #### `use ExUnit.Case` {: .info}
2424
>

0 commit comments

Comments
 (0)