from .tests_admin import EmailAddressInlineFormSetTestCase from .tests_models_custom_group import CustomGroupTestCase from .tests_models_custom_user import CustomUserTestCase from .tests_models_custom_user_manager import CustomUserManagerTestCase from .tests_models_email_address import EmailAddressTestCase from .tests_models_integer_choices_fields import IntegerChoicesFieldTestCase from .tests_serializer import SerializerTestCase __all__ = [ "EmailAddressInlineFormSetTestCase", "CustomGroupTestCase", "CustomUserTestCase", "CustomUserManagerTestCase", "EmailAddressTestCase", "IntegerChoicesFieldTestCase", "SerializerTestCase", ]