Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ runTest
Method
runTest
tests/test_runner/test_debug_sql.py:199–201 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
197
198
class
ErrorTest(TestCase):
199
def
runTest(self):
200
Person.objects.filter(first_name=
"error"
).count()
201
raise
Exception
202
203
class
ErrorSetUpTestDataTest(TestCase):
204
@classmethod
Callers
nothing calls this directly
Calls
2
count
Method · 0.45
filter
Method · 0.45
Tested by
no test coverage detected