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:
@@ -30,7 +30,9 @@ class KeyGenerationError(GPGException):
|
||||
|
||||
|
||||
class KeyFetchingError(GPGException):
|
||||
pass
|
||||
"""
|
||||
Unable to receive key or key not found
|
||||
"""
|
||||
|
||||
|
||||
class KeyDoesNotExist(GPGException):
|
||||
|
||||
Reference in New Issue
Block a user