diff options
| author | Aymeric Augustin | 2013-11-10 01:45:30 -0800 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-10 01:45:30 -0800 |
| commit | 14245b5802d3a4b2a467c44b12a72a9d03722522 (patch) | |
| tree | b0ce5c782592b5a2a6b7188195dea5ecbdd064f8 /tests/tests.py | |
| parent | 0b4fc3e4c30a645e4d7a706d890c74a82c88cb8c (diff) | |
| parent | b61c85f2f03d2e879319b15af238f6ee34fbe1a4 (diff) | |
| download | django-debug-toolbar-14245b5802d3a4b2a467c44b12a72a9d03722522.tar.bz2 | |
Merge pull request #447 from aaugustin/load-panels-contents-on-demand
Load the content of panels dynamically
Diffstat (limited to 'tests/tests.py')
| -rw-r--r-- | tests/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py index 10e0a9b..e373d51 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -3,6 +3,8 @@ import django 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 |
