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