summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Savenko <deadok22@gmail.com>2015-10-25 16:57:51 +0300
committerSergey Savenko <deadok22@gmail.com>2015-10-25 16:57:51 +0300
commitb514e253599a2970f6a8acde64677fe04a0d2434 (patch)
treede99d80349467bad05659c76ce6581d1bd9f715f /src
parentb870e061a3038039e1721723b17c8e8cd27b82b5 (diff)
downloadrebar-b514e253599a2970f6a8acde64677fe04a0d2434.tar.gz
Add qualified name tests docs (see pr #119)
Diffstat (limited to 'src')
-rw-r--r--src/rebar_eunit.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index 913f2f9..f1e2ac3 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -128,6 +128,7 @@ info_help(Description) ->
" name starts with bar and, if no such test exists,~n"
" run the test whose name starts with bar in the~n"
" suite's _tests module)~n"
+ " test[s]=\"foo:bar_test\" (Run bar_test located in module foo)~n"
" random_suite_order=true (Run tests in random order)~n"
" random_suite_order=Seed (Run tests in random order,~n"
" with the PRNG seeded with Seed)~n"