aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* More test coverage for wrappers.J08nY2017-07-311-0/+14
|
* Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.J08nY2017-07-281-1/+1
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-1/+1
|
* qa.J08nY2017-07-271-1/+0
|
* Add tests for get_signature and get_encrypted.J08nY2017-07-271-0/+16
|
* Cleanup @public from tests.J08nY2017-07-181-5/+0
|
* More tests for PGP message wrappers and fix inline decrypt.feature/workflowsJ08nY2017-07-141-10/+34
|
* Move test data to subdirectories.J08nY2017-07-071-55/+55
|
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-061-1/+1
|
* Add test data for mime encrypted messages.J08nY2017-06-291-0/+2
|
* Added encryption to MIMEWrapper.J08nY2017-06-251-4/+31
|
* Add skeleton of decryption handling.J08nY2017-06-241-1/+1
|
* Fix handling of signatures in InlineWrapper.J08nY2017-06-231-6/+14
|
* Refactor tests, add tests for combined wrapper.J08nY2017-06-221-0/+125