summaryrefslogtreecommitdiff
path: root/tests/views/tests/__init__.py
blob: 17f3f4562dbf2a99a88ab62505f46b44416570f1 (plain)
1
2
3
4
5
6
7
8
9
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