~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to tests/view_tests/tests/__init__.py

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from __future__ import absolute_import
2
 
 
3
 
from .test_debug import (DebugViewTests, ExceptionReporterTests,
4
 
    ExceptionReporterTests, PlainTextReportTests, ExceptionReporterFilterTests,
5
 
    AjaxResponseExceptionReporterFilter)
6
 
from .test_defaults import DefaultsTests
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