summaryrefslogtreecommitdiff
path: root/tests/views/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/views/tests/__init__.py')
-rw-r--r--tests/views/tests/__init__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/views/tests/__init__.py b/tests/views/tests/__init__.py
new file mode 100644
index 0000000000..17f3f4562d
--- /dev/null
+++ b/tests/views/tests/__init__.py
@@ -0,0 +1,10 @@
+from __future__ import absolute_import
+
+from .debug import (DebugViewTests, ExceptionReporterTests,
+ ExceptionReporterTests, PlainTextReportTests, ExceptionReporterFilterTests,
+ AjaxResponseExceptionReporterFilter)
+from .defaults import DefaultsTests
+from .i18n import JsI18NTests, I18NTests, JsI18NTestsMultiPackage, JavascriptI18nTests
+from .shortcuts import ShortcutTests
+from .specials import URLHandling
+from .static import StaticHelperTest, StaticUtilsTests, StaticTests