summaryrefslogtreecommitdiff
path: root/mail/README.rst
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2014-09-04 11:41:18 -0500
committerRuben Pollan <meskio@sindominio.net>2014-09-04 11:41:18 -0500
commit23c99b0cc9163f4972c6650c285a0e61f7d91f25 (patch)
treec88d08b4a9894dc8b7ae34169f9f14d6f2aed716 /mail/README.rst
parentf900e3a5f90a3af4ae6a0522ac73f0116cf185a9 (diff)
parent77488ea42c9adffe3ec7c0559acd81f4f5154473 (diff)
Merge branch 'kali/feature/cleanup-mail-tests' into develop
Diffstat (limited to 'mail/README.rst')
-rw-r--r--mail/README.rst16
1 files changed, 13 insertions, 3 deletions
diff --git a/mail/README.rst b/mail/README.rst
index 88e413b8..f758a66d 100644
--- a/mail/README.rst
+++ b/mail/README.rst
@@ -11,7 +11,17 @@ More info: https://leap.se
running tests
-------------
-You'll need to have installed nose_progressive
+Use trial to run the test suite.
-* nosetests --with-progressive leap.mail.imap.tests.test_imap
-* trial leap.mail.smtp
+```
+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 .