Add more tests for the Key model. Remove the key_id field and made it a property derived from the fingerprint.

This commit is contained in:
Roberto Rosario
2016-03-23 11:58:08 -04:00
parent f82b2000c3
commit cd077cb076
10 changed files with 65 additions and 65 deletions

View File

@@ -30,7 +30,9 @@ class KeyGenerationError(GPGException):
class KeyFetchingError(GPGException):
pass
"""
Unable to receive key or key not found
"""
class KeyDoesNotExist(GPGException):