We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
t:ExUnit.configure_opts/0
1 parent 2292f3b commit 677afecCopy full SHA for 677afec
1 file changed
lib/ex_unit/lib/ex_unit.ex
@@ -117,11 +117,11 @@ defmodule ExUnit do
117
diff_delete: atom(),
118
diff_delete_whitespace: IO.ANSI.ansidata()
119
]}
120
- | {:exclude, keyword()}
+ | {:exclude, atom() | [atom() | {atom(), any()}]}
121
| {:exit_status, non_neg_integer()}
122
| {:failures_manifest_path, String.t()}
123
| {:formatters, [module()]}
124
- | {:include, keyword()}
+ | {:include, atom() | [atom() | {atom(), any()}]}
125
| {:max_cases, pos_integer()}
126
| {:max_failures, pos_integer() | :infinity}
127
| {:only_test_ids, [test_id()]}
0 commit comments