mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Merge branch 'master' of git://github.com/ericflo/django-avatar
This commit is contained in:
commit
079d488607
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import os.path
|
||||
|
||||
from django.test import TestCase
|
||||
from django.test.client import Client
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.conf import settings
|
||||
|
||||
|
|
@ -29,7 +28,6 @@ def upload_helper(o, filename):
|
|||
class AvatarUploadTests(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.client = Client()
|
||||
self.testdatapath = os.path.join(os.path.dirname(__file__), "testdata")
|
||||
self.user = User.objects.create_user('test', 'lennon@thebeatles.com', 'testpassword')
|
||||
self.user.save()
|
||||
|
|
|
|||
Loading…
Reference in a new issue