Skip to content

Commit c3d3341

Browse files
authored
Parameterize violates the "never run concurrently" async docs (#14492)
1 parent 99b6e43 commit c3d3341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ex_unit/lib/ex_unit/case.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ defmodule ExUnit.Case do
1212
When used, it accepts the following options:
1313
1414
* `:async` - configures tests in this module to run concurrently with
15-
tests in other modules. Tests in the same module never run concurrently.
15+
tests in other modules. Tests in the same module never run concurrently
16+
(with the exception of tests run via the `:parameterize` option - see below).
1617
It should be enabled only if tests do not change any global state.
1718
Defaults to `false`.
1819

0 commit comments

Comments
 (0)