summaryrefslogtreecommitdiff
path: root/tests/test_keymanager.py
AgeCommit message (Collapse)Author
2016-08-30[bug] don't remove combined_bundle file on destructorTulio Casagrande
After PR #116, it's possible to inject an existing combined_ca_bundle to the keymanager initialisation. However, it won't work for multiple users because the file is removed when the keymanager is destroyed. Considering there's no sensitive data on the file and it's created as a temp file, we don't need to handle its deletion.
2016-07-29[feature] keymanager - background update keysZara Gebru
- refresh random key in random time - add get key by fingerprint - refactor nicknym methods to own file - tests - note this do not include a check for revoked key, since that need some changes in gnupg - Related: #6089
2016-07-12[test] move tests to root of repodrebs