We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b6e43 commit c3d3341Copy full SHA for c3d3341
lib/ex_unit/lib/ex_unit/case.ex
@@ -12,7 +12,8 @@ defmodule ExUnit.Case do
12
When used, it accepts the following options:
13
14
* `:async` - configures tests in this module to run concurrently with
15
- tests in other modules. Tests in the same module never run concurrently.
+ 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).
17
It should be enabled only if tests do not change any global state.
18
Defaults to `false`.
19
0 commit comments