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:192–194 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
191
class
FailingTest(TestCase):
192
def
runTest(self):
193
Person.objects.filter(first_name=
"fail"
).count()
194
self.fail()
195
196
class
ErrorTest(TestCase):
197
def
runTest(self):
Callers
nothing calls this directly
Calls
2
count
Method · 0.45
filter
Method · 0.45
Tested by
no test coverage detected