diff options
| author | Aymeric Augustin | 2013-11-09 20:18:59 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-10 10:43:45 +0100 | 
| commit | ad31833f901267f4233337ded8e610dfc81d9e6a (patch) | |
| tree | 7c661e505cbc55eb19fbcb757dfe82235a2151e0 /tests/tests.py | |
| parent | b1d8b119f5d7d9531d7b93aea18de368827158ae (diff) | |
| download | django-debug-toolbar-ad31833f901267f4233337ded8e610dfc81d9e6a.tar.bz2 | |
Move two tests specific to the request vars panel in their module.
Diffstat (limited to 'tests/tests.py')
| -rw-r--r-- | tests/tests.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py index 1059902..e373d51 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -4,6 +4,7 @@ if django.VERSION[:2] < (1, 6):     # unittest-style discovery isn't available      from .commands.test_debugsqlshell import *                          # noqa      from .panels.test_logger import *                                   # noqa      from .panels.test_profiling import *                                # noqa +    from .panels.test_request_vars import *                             # noqa      from .panels.test_sql import *                                      # noqa      from .panels.test_template import *                                 # noqa      from .test_integration import *                                     # noqa  | 
