summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9090d7c..317389a 100644
--- a/README.rst
+++ b/README.rst
@@ -5,11 +5,22 @@ Mail services for the LEAP Client.
.. image:: https://pypip.in/v/leap.mail/badge.png
:target: https://crate.io/packages/leap.mail
+.. image:: https://readthedocs.org/projects/leapmail/badge/?version=latest
+ :target: http://leapmail.readthedocs.org/en/latest/
+ :alt: Documentation Status
More info: https://leap.se
running tests
-------------
-* nosetests --with-progressive leap.mail.imap.test_imap
-* trial leap.mail.smtp
+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 .