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

Method report_skip

Lib/doctest.py:1306–1309  ·  view source on GitHub ↗

Report that the given example was skipped.

(self, out, test, example)

Source from the content-addressed store, hash-verified

1304 #/////////////////////////////////////////////////////////////////
1305
1306 def report_skip(self, out, test, example):
1307 """
1308 Report that the given example was skipped.
1309 """
1310
1311 def report_start(self, out, test, example):
1312 """

Callers 1

__runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected