diff options
| author | Aymeric Augustin | 2013-11-22 19:55:11 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-22 20:42:21 +0100 |
| commit | f4666321048d04514a4900b7301d61a918082bfd (patch) | |
| tree | fbbb87f42412814080ab9a2f3b87e997c4e4c146 /tests/panels/test_profiling.py | |
| parent | c5e6a8550ea744df886a93b2749c7a33571ca11c (diff) | |
| download | django-debug-toolbar-f4666321048d04514a4900b7301d61a918082bfd.tar.bz2 | |
Add tests for redirects panel.
Also simplify the implementation.
Diffstat (limited to 'tests/panels/test_profiling.py')
| -rw-r--r-- | tests/panels/test_profiling.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/panels/test_profiling.py b/tests/panels/test_profiling.py index 4e01073..f6bb7d3 100644 --- a/tests/panels/test_profiling.py +++ b/tests/panels/test_profiling.py @@ -43,7 +43,6 @@ class ProfilingPanelTestCase(BaseTestCase): profiling.DJ_PROFILE_USE_LINE_PROFILER = _use_line_profiler - @override_settings(DEBUG=True, DEBUG_TOOLBAR_PANELS=['debug_toolbar.panels.profiling.ProfilingDebugPanel']) class ProfilingPanelIntegrationTestCase(TestCase): |
