Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-19 | [feat] leap.mail: expose content charset as a separated attribute | NavaL | |
Before we used to have content_doc.content_type = 'text/plain; charset="utf-8"'. Currently, we have content_doc.content_type = 'text/plain'. This change will give us, on top of that: content_doc.charset = 'utf-8'. One can reconstruct the original one using .content_type and .charset. | |||
2016-10-07 | [tests] remove assertion, bundles are not deleted on exit | Kali Kaneko (leap communications) | |
2016-09-06 | [tests] factor out the common pieces to keymanager.testing | Kali Kaneko (leap communications) | |
2016-09-06 | [test] add speed tests for gpg/wrapper init/enc/dec | drebs | |
this is a port of commit 2d9bec78f in the legacy keymanager repo. Additionally, I'm here separating benchmarking tests from the main tox run. In my machine several of these benchmarking tests seem to be broken, due to issue https://github.com/isislovecruft/python-gnupg/issues/157 | |||
2016-09-01 | [tests] move tests to root folder | Kali Kaneko (leap communications) | |