Skip to content

Commit 56e777e

Browse files
prestontimmonscarljm
authored andcommitted
Modified view_tests for unittest2 discovery.
1 parent e8446be commit 56e777e

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

tests/view_tests/tests/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from __future__ import absolute_import
22

3-
from .debug import (DebugViewTests, ExceptionReporterTests,
3+
from .test_debug import (DebugViewTests, ExceptionReporterTests,
44
ExceptionReporterTests, PlainTextReportTests, ExceptionReporterFilterTests,
55
AjaxResponseExceptionReporterFilter)
66
from .defaults import DefaultsTests
7-
from .i18n import JsI18NTests, I18NTests, JsI18NTestsMultiPackage, JavascriptI18nTests
8-
from .shortcuts import ShortcutTests
9-
from .specials import URLHandling
10-
from .static import StaticHelperTest, StaticUtilsTests, StaticTests
7+
from .test_i18n import JsI18NTests, I18NTests, JsI18NTestsMultiPackage, JavascriptI18nTests
8+
from .test_shortcuts import ShortcutTests
9+
from .test_specials import URLHandling
10+
from .test_static import StaticHelperTest, StaticUtilsTests, StaticTests
File renamed without changes.

0 commit comments

Comments
 (0)