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

Method report_skip

Lib/doctest.py:2320–2321  ·  view source on GitHub ↗
(self, out, test, example)

Source from the content-addressed store, hash-verified

2318 return subtest
2319
2320 def report_skip(self, out, test, example):
2321 unittest.case._addSkip(self._test_result, self._subTest(), '')
2322
2323 def report_success(self, out, test, example, got):
2324 self._test_result.addSubTest(self._test_case, self._subTest(), None)

Callers

nothing calls this directly

Calls 1

_subTestMethod · 0.95

Tested by

no test coverage detected