django-admin2/djadmin2/tests/__init__.py

9 lines
215 B
Python
Raw Normal View History

from test_admin2tags import *
from test_types import *
2013-05-18 12:15:49 +00:00
from test_utils import *
from test_views import *
2013-05-18 16:28:31 +00:00
from test_core import *
from test_actions import *
2013-07-06 16:33:44 +00:00
from test_auth_admin import *
2013-07-07 12:05:44 +00:00
from test_renderers import *