MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_thorough_sax2dom

Method test_thorough_sax2dom

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

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

(self)

Source from the content-addressed store, hash-verified

184 self._test_thorough(pd)
185
186 def test_thorough_sax2dom(self):
187 """Test some of the hard-to-reach parts of SAX2DOM."""
188 pd = SAX2DOMTestHelper(None, SAX2DOMExerciser(), 12)
189 self._test_thorough(pd, False)
190
191 def _test_thorough(self, pd, before_root=True):
192 """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