We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688f3ed commit a60f7c1Copy full SHA for a60f7c1
lib/ex_unit/lib/ex_unit.ex
@@ -361,7 +361,7 @@ defmodule ExUnit do
361
Returns a map containing the total number of tests, the number
362
of failures, the number of excluded tests and the number of skipped tests.
363
"""
364
- @spec run(list(atom)) :: suite_result()
+ @spec run([module()]) :: suite_result()
365
def run(additional_modules \\ []) do
366
for module <- additional_modules do
367
module_attributes = module.__info__(:attributes)
0 commit comments