MCPcopy Create free account
hub / github.com/ipython/ipython / startTest

Method startTest

IPython/testing/iptest.py:354–356  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

352 self.enabled = True
353
354 def startTest(self, test):
355 # Reset log capture
356 self.stream_capturer.reset_buffer()
357
358 def formatFailure(self, test, err):
359 # Show output

Callers

nothing calls this directly

Calls 1

reset_bufferMethod · 0.80

Tested by

no test coverage detected