Add stub tests for everything to do with users.

This commit is contained in:
Michael DeHaan
2013-03-23 18:36:28 -04:00
parent 207c883a7d
commit 82af679128
3 changed files with 78 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
from lib.main.tests.organizations import OrganizationsTest
from lib.main.tests.users import UsersTest