Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ runTest
Method
runTest
tests/test_runner/test_debug_sql.py:188–189 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
186
class
TestDebugSQL(unittest.TestCase):
187
class
PassingTest(TestCase):
188
def
runTest(self):
189
Person.objects.filter(first_name=
"pass"
).count()
190
191
class
FailingTest(TestCase):
192
def
runTest(self):
Callers
nothing calls this directly
Calls
2
count
Method · 0.45
filter
Method · 0.45
Tested by
no test coverage detected