diff options
| author | Aymeric Augustin | 2013-12-15 13:16:12 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-12-15 13:16:12 +0100 |
| commit | 35a1cb5e27889931a3a94ad095b742a91399eee5 (patch) | |
| tree | a3db8169a9c23e0cf02a6dd7b5f7eae9e97e1f23 /tests/tests.py | |
| parent | f9420501367bb4e8eb65c3b131185f2544710bf5 (diff) | |
| parent | 38de94d2d6586c716256838e41abe518898030d6 (diff) | |
| download | django-debug-toolbar-35a1cb5e27889931a3a94ad095b742a91399eee5.tar.bz2 | |
Merge branch 'master' into 1.0-release
Diffstat (limited to 'tests/tests.py')
| -rw-r--r-- | tests/tests.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/tests.py b/tests/tests.py deleted file mode 100644 index 1818fe7..0000000 --- a/tests/tests.py +++ /dev/null @@ -1,13 +0,0 @@ -import django - -if django.VERSION[:2] < (1, 6): # unittest-style discovery isn't available - from .commands.test_debugsqlshell import * # noqa - from .panels.test_cache import * # noqa - from .panels.test_logging import * # noqa - from .panels.test_profiling import * # noqa - from .panels.test_redirects import * # noqa - from .panels.test_request import * # noqa - from .panels.test_sql import * # noqa - from .panels.test_template import * # noqa - from .test_integration import * # noqa - from .test_utils import * # noqa |
