MCPcopy
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

countMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected