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 | 5bb6f18fe439b8edf99835e7a1f7030878edfbe0 (patch) | |
tree | f40728eed93389e8fc35374d2300775a01505a3b /README.rst | |
parent | 8b1d8e88955fe5c1af8cee973abfdec4043a650c (diff) | |
parent | 60162102180930e05c454c91a01f0e7b1e0acafa (diff) |
Merge branch 'release-0.3.10'0.3.10
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 . |