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

Method test_thorough_parse

Lib/test/test_pulldom.py:176–178  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

174 """Test the hard-to-reach parts of pulldom."""
175
176 def test_thorough_parse(self):
177 """Test some of the hard-to-reach parts of PullDOM."""
178 self._test_thorough(pulldom.parse(None, parser=SAXExerciser()))
179
180 @unittest.expectedFailure
181 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