diff options
| author | Aymeric Augustin | 2013-11-16 20:31:29 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-16 20:31:29 +0100 | 
| commit | ac79628d31040a5500b4d10534ee09174523b763 (patch) | |
| tree | dd080854ccfff9a4acbf87dfc29e5d3a8a740dfc /tests/panels | |
| parent | 0a0610e8af4331a5748299e525385868ce440ef5 (diff) | |
| download | django-debug-toolbar-ac79628d31040a5500b4d10534ee09174523b763.tar.bz2 | |
Remove redundant declarations of TestCase.urls.
Test settings already have this value.
Diffstat (limited to 'tests/panels')
| -rw-r--r-- | tests/panels/test_profiling.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/tests/panels/test_profiling.py b/tests/panels/test_profiling.py index 6a7823e..fc76a39 100644 --- a/tests/panels/test_profiling.py +++ b/tests/panels/test_profiling.py @@ -10,8 +10,6 @@ from django.test.utils import override_settings                     DEBUG_TOOLBAR_PANELS=['debug_toolbar.panels.profiling.ProfilingDebugPanel'])  class ProfilingPanelIntegrationTestCase(TestCase): -    urls = 'tests.urls' -      def test_view_executed_once(self):          self.assertEqual(User.objects.count(), 0) | 
