A post hook that allows user creation with passwords being set appropriately, and associated tests.

This commit is contained in:
Michael DeHaan
2013-03-24 13:31:46 -04:00
parent aa2915a151
commit 129380e119
4 changed files with 59 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ class OrganizationsTest(BaseTest):
return '/api/v1/organizations/'
def setUp(self):
self.object_ctr = 0
super(OrganizationsTest, self).setUp()
self.setup_users()
self.organizations = self.make_organizations(self.super_django_user, 10)