MCPcopy
hub / github.com/django/django / stopTest

Method stopTest

django/test/runner.py:295–297  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

293 self.events.append(("startTest", self.test_index))
294
295 def stopTest(self, test):
296 super().stopTest(test)
297 self.events.append(("stopTest", self.test_index))
298
299 def addDuration(self, test, elapsed):
300 super().addDuration(test, elapsed)

Calls 1

appendMethod · 0.45