Removed unneeded imports in tests's __init__.py and unified them.

This commit is contained in:
Florian Apolloner 2013-09-09 22:44:38 +02:00
parent d9413d33b2
commit df2fd4e09b
32 changed files with 0 additions and 78 deletions

View File

@ -1 +0,0 @@
#

View File

@ -1 +0,0 @@

View File

@ -83,11 +83,3 @@ class CommentTestCase(TestCase):
d.update(f.initial)
return d
from comment_tests.tests.test_app_api import *
from comment_tests.tests.test_feeds import *
from comment_tests.tests.test_models import *
from comment_tests.tests.test_comment_form import *
from comment_tests.tests.test_templatetags import *
from comment_tests.tests.test_comment_view import *
from comment_tests.tests.test_comment_utils_moderators import *
from comment_tests.tests.test_moderation_views import *

View File

@ -1 +0,0 @@
# -*- coding:utf-8 -*-

View File

@ -1 +0,0 @@

View File

@ -1,2 +0,0 @@
"""Unit-tests for the dispatch project
"""

View File

@ -1,6 +0,0 @@
"""
Unit-tests for the dispatch project
"""
from .test_dispatcher import DispatcherTests, ReceiverTestCase
from .test_saferef import SaferefTests

View File

@ -1 +0,0 @@
#

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -1,2 +0,0 @@

View File

@ -1,2 +0,0 @@

View File

@ -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)

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -1,2 +0,0 @@

View File

@ -1,2 +0,0 @@

View File

@ -1,2 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -1,3 +0,0 @@
"""
Tests for Django's various Request objects.
"""

View File

@ -1 +0,0 @@
#

View File

@ -1,2 +0,0 @@

View File

@ -1 +0,0 @@
#

View File

@ -1 +0,0 @@
#

View File

@ -1 +0,0 @@
#

View File

@ -1 +0,0 @@
#

View File

@ -1 +0,0 @@
#

View File

@ -1,8 +0,0 @@
from .test_debug import (DebugViewTests, ExceptionReporterTests,
ExceptionReporterTests, PlainTextReportTests, ExceptionReporterFilterTests,
AjaxResponseExceptionReporterFilter)
from .test_defaults import DefaultsTests
from .test_i18n import JsI18NTests, I18NTests, JsI18NTestsMultiPackage, JavascriptI18nTests
from .test_shortcuts import ShortcutTests
from .test_specials import URLHandling
from .test_static import StaticHelperTest, StaticUtilsTests, StaticTests