diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-09-09 22:44:38 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-09-09 23:01:07 +0200 |
| commit | df2fd4e09b1d51e5154e607babf232610a0ec0c4 (patch) | |
| tree | 1e9ecf06d15e1c3eb96bf9233f53ade1cee735ba /tests/view_tests | |
| parent | d9413d33b2a8371731a92289123683cf6f440290 (diff) | |
Removed unneeded imports in tests's __init__.py and unified them.
Diffstat (limited to 'tests/view_tests')
| -rw-r--r-- | tests/view_tests/app0/__init__.py | 1 | ||||
| -rw-r--r-- | tests/view_tests/app1/__init__.py | 1 | ||||
| -rw-r--r-- | tests/view_tests/app2/__init__.py | 1 | ||||
| -rw-r--r-- | tests/view_tests/app3/__init__.py | 1 | ||||
| -rw-r--r-- | tests/view_tests/app4/__init__.py | 1 | ||||
| -rw-r--r-- | tests/view_tests/tests/__init__.py | 8 |
6 files changed, 0 insertions, 13 deletions
diff --git a/tests/view_tests/app0/__init__.py b/tests/view_tests/app0/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app0/__init__.py +++ b/tests/view_tests/app0/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app1/__init__.py b/tests/view_tests/app1/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app1/__init__.py +++ b/tests/view_tests/app1/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app2/__init__.py b/tests/view_tests/app2/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app2/__init__.py +++ b/tests/view_tests/app2/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app3/__init__.py b/tests/view_tests/app3/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app3/__init__.py +++ b/tests/view_tests/app3/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/app4/__init__.py b/tests/view_tests/app4/__init__.py index 792d600548..e69de29bb2 100644 --- a/tests/view_tests/app4/__init__.py +++ b/tests/view_tests/app4/__init__.py @@ -1 +0,0 @@ -# diff --git a/tests/view_tests/tests/__init__.py b/tests/view_tests/tests/__init__.py index dae149a8ef..e69de29bb2 100644 --- a/tests/view_tests/tests/__init__.py +++ b/tests/view_tests/tests/__init__.py @@ -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 |
