diff options
author | Ruben Pollan <meskio@sindominio.net> | 2014-07-29 11:27:21 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2014-07-29 11:27:21 -0500 |
commit | 79c7fd84be92de553923e488552850aa2eaa7025 (patch) | |
tree | 6c1c41a0b6d82111e585ced6143fd8783e58ec8c /mail | |
parent | ad1548473ee20d371176e9d6bf37cee86c8b573d (diff) |
Update the test information on README
Diffstat (limited to 'mail')
-rw-r--r-- | mail/README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/README.rst b/mail/README.rst index 9090d7c..88e413b 100644 --- a/mail/README.rst +++ b/mail/README.rst @@ -11,5 +11,7 @@ More info: https://leap.se running tests ------------- -* nosetests --with-progressive leap.mail.imap.test_imap +You'll need to have installed nose_progressive + +* nosetests --with-progressive leap.mail.imap.tests.test_imap * trial leap.mail.smtp |