summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index df75218..52d4366 100644
--- a/README.rst
+++ b/README.rst
@@ -12,10 +12,12 @@ running tests
-------------
Use trial to run the test suite::
+
trial leap.mail
... and all its goodies. To run all imap tests in a loop until some of them
fails::
+
trial -u leap.mail.imap
Read the *trial* manpage for more options .