Full test coverage!

This commit is contained in:
Matt Wright
2012-08-14 15:57:07 -04:00
parent e9adf91a27
commit 05bd2a5aae
9 changed files with 122 additions and 77 deletions
-6
View File
@@ -40,12 +40,6 @@ class RoleNotFoundError(SecurityError):
"""
class UserIdNotFoundError(SecurityError):
"""Raised by a user datastore when there is an attempt to find a user by
ID and the user is not found.
"""
class UserDatastoreError(SecurityError):
"""Raised when a user datastore experiences an unexpected error
"""