File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 10
10
DEBUG_TOOLBAR_PANELS = ['debug_toolbar.panels.profiling.ProfilingDebugPanel' ])
11
11
class ProfilingPanelIntegrationTestCase (TestCase ):
12
12
13
- urls = 'tests.urls'
14
-
15
13
def test_view_executed_once (self ):
16
14
17
15
self .assertEqual (User .objects .count (), 0 )
Original file line number Diff line number Diff line change 19
19
@override_settings (DEBUG = True )
20
20
class DebugToolbarTestCase (BaseTestCase ):
21
21
22
- urls = 'tests.urls'
23
-
24
22
def test_show_toolbar (self ):
25
23
self .assertTrue (show_toolbar (self .request ))
26
24
@@ -77,8 +75,6 @@ def test_middleware_response_only(self):
77
75
@override_settings (DEBUG = True )
78
76
class DebugToolbarIntegrationTestCase (TestCase ):
79
77
80
- urls = 'tests.urls'
81
-
82
78
def test_middleware (self ):
83
79
response = self .client .get ('/execute_sql/' )
84
80
self .assertEqual (response .status_code , 200 )
You can’t perform that action at this time.
0 commit comments