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

Method runTest

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

Source from the content-addressed store, hash-verified

188class TestDebugSQL(unittest.TestCase):
189 class PassingTest(TestCase):
190 def runTest(self):
191 Person.objects.filter(first_name="pass").count()
192
193 class FailingTest(TestCase):
194 def runTest(self):

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected