summaryrefslogtreecommitdiff
path: root/tests/forms_tests
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-09-09 22:44:38 +0200
committerFlorian Apolloner <florian@apolloner.eu>2013-09-09 23:01:07 +0200
commitdf2fd4e09b1d51e5154e607babf232610a0ec0c4 (patch)
tree1e9ecf06d15e1c3eb96bf9233f53ade1cee735ba /tests/forms_tests
parentd9413d33b2a8371731a92289123683cf6f440290 (diff)
Removed unneeded imports in tests's __init__.py and unified them.
Diffstat (limited to 'tests/forms_tests')
-rw-r--r--tests/forms_tests/tests/__init__.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/forms_tests/tests/__init__.py b/tests/forms_tests/tests/__init__.py
index 39219f82be..e69de29bb2 100644
--- a/tests/forms_tests/tests/__init__.py
+++ b/tests/forms_tests/tests/__init__.py
@@ -1,19 +0,0 @@
-from .test_error_messages import (FormsErrorMessagesTestCase,
- ModelChoiceFieldErrorMessagesTestCase)
-from .test_extra import FormsExtraTestCase, FormsExtraL10NTestCase
-from .test_fields import FieldsTests
-from .test_forms import FormsTestCase
-from .test_formsets import (FormsFormsetTestCase, FormsetAsFooTests,
- TestIsBoundBehavior, TestEmptyFormSet)
-from .test_input_formats import (LocalizedTimeTests, CustomTimeInputFormatsTests,
- SimpleTimeFormatTests, LocalizedDateTests, CustomDateInputFormatsTests,
- SimpleDateFormatTests, LocalizedDateTimeTests,
- CustomDateTimeInputFormatsTests, SimpleDateTimeFormatTests)
-from .test_media import FormsMediaTestCase, StaticFormsMediaTestCase
-from .tests import (TestTicket12510, TestTicket14567, ModelFormCallableModelDefault,
- FormsModelTestCase, RelatedModelFormTests)
-from .test_regressions import FormsRegressionsTestCase
-from .test_util import FormsUtilTestCase
-from .test_validators import TestFieldWithValidators
-from .test_widgets import (FormsWidgetTestCase, FormsI18NWidgetsTestCase,
- WidgetTests, LiveWidgetTests, ClearableFileInputTests)