MCPcopy
hub / github.com/django/django / runTest

Method runTest

tests/test_runner/test_debug_sql.py:197–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195
196 class ErrorTest(TestCase):
197 def runTest(self):
198 Person.objects.filter(first_name="error").count()
199 raise Exception
200
201 class ErrorSetUpTestDataTest(TestCase):
202 @classmethod

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected