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

Method test_thorough_parse

Lib/test/test_pulldom.py:173–175  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

171 """Test the hard-to-reach parts of pulldom."""
172
173 def test_thorough_parse(self):
174 """Test some of the hard-to-reach parts of PullDOM."""
175 self._test_thorough(pulldom.parse(None, parser=SAXExerciser()))
176
177 @unittest.expectedFailure
178 def test_sax2dom_fail(self):

Callers

nothing calls this directly

Calls 3

_test_thoroughMethod · 0.95
SAXExerciserClass · 0.85
parseMethod · 0.45

Tested by

no test coverage detected