debian-django-import-export/tests/core/tests/test.py

11 lines
296 B
Python

from __future__ import unicode_literals
from .fields_tests import *
from .widgets_tests import *
from .resources_tests import *
from .instance_loaders_tests import *
from .admin_integration_tests import *
from .base_formats_tests import *
from .tmp_storages_tests import *
from .mixins import *