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

Method test_thorough_sax2dom

Lib/test/test_pulldom.py:183–186  ·  view source on GitHub ↗

Test some of the hard-to-reach parts of SAX2DOM.

(self)

Source from the content-addressed store, hash-verified

181 self._test_thorough(pd)
182
183 def test_thorough_sax2dom(self):
184 """Test some of the hard-to-reach parts of SAX2DOM."""
185 pd = SAX2DOMTestHelper(None, SAX2DOMExerciser(), 12)
186 self._test_thorough(pd, False)
187
188 def _test_thorough(self, pd, before_root=True):
189 """Test some of the hard-to-reach parts of the parser, using a mock

Callers

nothing calls this directly

Calls 3

_test_thoroughMethod · 0.95
SAX2DOMTestHelperClass · 0.85
SAX2DOMExerciserClass · 0.85

Tested by

no test coverage detected