summaryrefslogtreecommitdiff
path: root/README.rst
blob: 679a99c93ede0e28e5adbf6ead94cb5067c38739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
leap.mail
=========
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: https://readthedocs.org/projects/leapmail/?badge=latest

More info: https://leap.se

running tests
-------------

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 .