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

Method stopTest

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

Source from the content-addressed store, hash-verified

86 super().startTest(test)
87
88 def stopTest(self, test):
89 super().stopTest(test)
90 self.logger.removeHandler(self.handler)
91 if self.showAll:
92 self.stream.write(self._read_logger_stream())
93 self.stream.writeln(self.separator2)
94
95 def addError(self, test, err):
96 super().addError(test, err)

Callers

nothing calls this directly

Calls 3

_read_logger_streamMethod · 0.95
stopTestMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected