Make the organization and rest api tests cleaner to import from other modules.

This commit is contained in:
Roberto Rosario
2016-06-08 01:26:01 -04:00
parent 326919271a
commit 2035602836
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
from .base import OrganizationTestCase #NOQA

View File

@@ -0,0 +1 @@
from .base import GenericAPITestCase #NOQA