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

Method test_sax2dom_fail

Lib/test/test_pulldom.py:181–184  ·  view source on GitHub ↗

SAX2DOM can"t handle a PI before the root element.

(self)

Source from the content-addressed store, hash-verified

179
180 @unittest.expectedFailure
181 def test_sax2dom_fail(self):
182 """SAX2DOM can"t handle a PI before the root element."""
183 pd = SAX2DOMTestHelper(None, SAXExerciser(), 12)
184 self._test_thorough(pd)
185
186 def test_thorough_sax2dom(self):
187 """Test some of the hard-to-reach parts of SAX2DOM."""

Callers

nothing calls this directly

Calls 3

_test_thoroughMethod · 0.95
SAX2DOMTestHelperClass · 0.85
SAXExerciserClass · 0.85

Tested by

no test coverage detected