diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-09-26 09:59:28 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-09-26 09:59:28 -0300 |
commit | e859c029a06518ab41841f15fcd1dc444a3688d9 (patch) | |
tree | 3d7c9b42932607a2e8ff296f761b343485fc122b /mail/README.rst | |
parent | 9337ce0b04c2846803d7316a9e5195a00d880663 (diff) | |
parent | 244f847c2a962117a05a7525c1c56617e6a1324f (diff) |
Merge branch 'release-0.3.10'
Diffstat (limited to 'mail/README.rst')
-rw-r--r-- | mail/README.rst | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/mail/README.rst b/mail/README.rst index 9090d7c9..317389a5 100644 --- a/mail/README.rst +++ b/mail/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 . |