mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
FIXME: more tests that need to be coded
Signed-off-by: Jannis Leidel <jannis@leidel.info>
This commit is contained in:
parent
1aa882d4d6
commit
1e48a80f97
1 changed files with 5 additions and 2 deletions
|
|
@ -89,11 +89,14 @@ class AvatarUploadTests(TestCase):
|
|||
def testNonExistingUser(self):
|
||||
a = get_primary_avatar("nonexistinguser")
|
||||
self.failUnlessEqual(a, None)
|
||||
|
||||
|
||||
# def testDeleteAvatar
|
||||
# def testDeletePrimaryAvatarAndNewPrimary
|
||||
# def testAvatarOrder
|
||||
# def testTooManyAvatars
|
||||
# def testReplaceAvatarWhenMaxIsOne
|
||||
# def testHashFileName
|
||||
# def testHashUserName
|
||||
# def testDeleteFile
|
||||
# def testChangePrimaryAvatar
|
||||
# def testDeleteThumbnailAndRecreation
|
||||
# def testAutomaticThumbnailCreation
|
||||
|
|
|
|||
Loading…
Reference in a new issue