Skip to content

Commit bc40b6e

Browse files
jannikbecherjosevalim
authored andcommitted
:test_type does not affect the test execution (#12701)
1 parent 3a34f24 commit bc40b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ex_unit/lib/ex_unit/case.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ defmodule ExUnit.Case do
167167
168168
* `:doctest_data` - additional metadata about doctests (if a doctest)
169169
170+
* `:test_type` - the test type used when printing test results.
171+
It is set by ExUnit to `:test`, `:doctest` and so on, but is customizable.
172+
170173
The following tags customize how tests behave:
171174
172175
* `:capture_log` - see the "Log Capture" section below
@@ -178,9 +181,6 @@ defmodule ExUnit.Case do
178181
179182
* `:tmp_dir` - (since v1.11.0) see the "Tmp Dir" section below
180183
181-
* `:test_type` - the test type used when printing test results.
182-
It is set by ExUnit to `:test`, `:doctest` and so on, but is customizable.
183-
184184
## Filters
185185
186186
Tags can also be used to identify specific tests, which can then

0 commit comments

Comments
 (0)