diff options
author | Ruben Pollan <meskio@sindominio.net> | 2014-09-09 10:52:01 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2014-09-09 10:52:01 -0500 |
commit | 2b699c381a396938250c782c62ff96f035c3b8a8 (patch) | |
tree | 53fdbc6e74e331bad9b937a9c579869e6534e0ba /README.rst | |
parent | 7e84a21a837b8d3f1ce72bc349ab966ef80ed1a2 (diff) | |
parent | ad568dd45ead0b87e09a26fc7f5bf0c6c5a63324 (diff) |
Merge branch 'kali/feature/return-deferred' into develop
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -11,17 +11,11 @@ More info: https://leap.se running tests ------------- -Use trial to run the test suite. - -``` -trial leap.mail -``` +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 -``` +fails:: + trial -u leap.mail.imap Read the *trial* manpage for more options . |