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
167
167
168
168
* `:doctest_data` - additional metadata about doctests (if a doctest)
169
169
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
+
170
173
The following tags customize how tests behave:
171
174
172
175
* `:capture_log` - see the "Log Capture" section below
@@ -178,9 +181,6 @@ defmodule ExUnit.Case do
178
181
179
182
* `:tmp_dir` - (since v1.11.0) see the "Tmp Dir" section below
180
183
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
-
184
184
## Filters
185
185
186
186
Tags can also be used to identify specific tests, which can then
You can’t perform that action at this time.
0 commit comments