aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/testing
Commit message (Expand)AuthorAgeFilesLines
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-231-54/+32
* Cleanup test imports.J08nY2017-08-211-2/+2
* Add config option to disable sig hash collecting.J08nY2017-08-212-0/+36
* Remove writing config through REST as its not synchronized among runners.J08nY2017-08-171-4/+1
* Expose the config via REST. read/write configurable.J08nY2017-08-161-1/+7
* Split the REST config options to more fine grained. Expose list config better.J08nY2017-08-151-3/+8
* Add option to disable exposing the list private key on REST.J08nY2017-08-101-0/+7
* Add custom shred command option.J08nY2017-08-101-1/+13
* Use config transforms in PGP keydir and keypair configs.J08nY2017-08-071-7/+5
* Add some utility functions for config transforms.J08nY2017-08-071-0/+8
* Mute PGPy warnings.J08nY2017-08-071-1/+1
* Make key_usable check revocations properly.J08nY2017-08-021-9/+17
* qa.J08nY2017-08-021-12/+9
* Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-021-7/+20
* Add revocation handling to Wrappers.J08nY2017-08-021-0/+37
* More test coverage for wrappers.J08nY2017-07-311-0/+4
* Fix MIMEMultisigWrapper .sign and .decrypt. Add more tests.J08nY2017-07-281-0/+12
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-0/+170
* qa.J08nY2017-07-271-2/+1
* Add config validation.J08nY2017-07-271-0/+1
* Add configurable lifetime of key change request.J08nY2017-07-262-9/+21
* Rework key generation configuration. Allow ECC keys.feature/outgoingJ08nY2017-07-191-15/+19
* Add testing configs.J08nY2017-07-193-4/+90
* Fix weird error while testing.J08nY2017-07-181-1/+5
* Speed up testing. Dont drop the whole db structure.J08nY2017-07-141-8/+37
* Rollback db when resetting for tests.J08nY2017-07-131-0/+1
* Ignore warnings from PGPy.J08nY2017-07-101-0/+2
* Properly clean test dirs.J08nY2017-07-071-2/+3
* Some more tests for incoming runner.J08nY2017-07-071-0/+4
* PEP8.J08nY2017-07-062-2/+2
* Add flufl.testing stuff.J08nY2017-07-051-0/+27
* Add ListStyle tests.J08nY2017-06-281-0/+3
* Fix and add custom test layers.J08nY2017-06-282-0/+64