Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/ex_unit/lib/ex_unit/case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ defmodule ExUnit.Case do
When used, it accepts the following options:

* `:async` - configures tests in this module to run concurrently with
tests in other modules. Tests in the same module never run concurrently.
tests in other modules. Tests in the same module never run concurrently
(with the exception of tests run via the `:parameterize` option - see below).
It should be enabled only if tests do not change any global state.
Defaults to `false`.

Expand Down