diff options
author | Ruben Pollan <meskio@sindominio.net> | 2014-09-04 11:41:18 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2014-09-04 11:41:18 -0500 |
commit | 7e84a21a837b8d3f1ce72bc349ab966ef80ed1a2 (patch) | |
tree | 12ecb3db7908cff56154fcc77a89efe7783c3f9b /README.rst | |
parent | 7fb94e10525e76b6533e720c56945fa81df3b9fd (diff) | |
parent | 4ececdae474791ab58b42f195bfe37e9ad3d03b2 (diff) |
Merge branch 'kali/feature/cleanup-mail-tests' into develop
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -11,7 +11,17 @@ More info: https://leap.se running tests ------------- -You'll need to have installed nose_progressive +Use trial to run the test suite. -* nosetests --with-progressive leap.mail.imap.tests.test_imap -* trial leap.mail.smtp +``` +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 . |