File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments