summaryrefslogtreecommitdiff
path: root/src/leap/mail/tests/__init__.py
AgeCommit message (Collapse)Author
2016-02-09[tests] fix missing pycryptopp dependency and mock async callsFolker Bernitt
- leap_mail still uses pycryptopp and therefore still needs the dependency - Keymanager calls to async HTTPClient had not been mocked, causing a test to fail - fixed a pep8 warning
2015-09-22[bug] don't extract openpgp header if valid attached keyRuben Pollan
The key extract should check first for attached keys and if this fails then should try the OpenPGP header. - Resolves: #7480
2015-08-04[style] pep8 fixes + pep8 scriptKali Kaneko
2015-02-11New keymanager async APIRuben Pollan
2015-02-11specify not syncable shared dbKali Kaneko
2014-10-13Get keys from OpenPGP email headerRuben Pollan