diff options
Diffstat (limited to 'mail/README.rst')
-rw-r--r-- | mail/README.rst | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/README.rst b/mail/README.rst index f758a66d..df752184 100644 --- a/mail/README.rst +++ b/mail/README.rst @@ -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 . |