MCPcopy Index your code
hub / github.com/python/cpython / stopTest

Method stopTest

Lib/unittest/result.py:79–82  ·  view source on GitHub ↗

Called when the given test has been run

(self, test)

Source from the content-addressed store, hash-verified

77 """
78
79 def stopTest(self, test):
80 """Called when the given test has been run"""
81 self._restoreStdout()
82 self._mirrorOutput = False
83
84 def _restoreStdout(self):
85 if self.buffer:

Calls 1

_restoreStdoutMethod · 0.95