Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/django/django
/ runTest
Method
runTest
tests/test_runner/test_debug_sql.py:194–196 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
192
193
class
FailingTest(TestCase):
194
def
runTest(self):
195
Person.objects.filter(first_name=
"fail"
).count()
196
self.fail()
197
198
class
ErrorTest(TestCase):
199
def
runTest(self):
Callers
nothing calls this directly
Calls
2
count
Method · 0.45
filter
Method · 0.45
Tested by
no test coverage detected