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

Method test_parse_path_object

Lib/test/test_sax.py:194–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192
193 @unittest.expectedFailure # TODO: RUSTPYTHON; AttributeError: 'xmlparser' object has no attribute 'SetParamEntityParsing'
194 def test_parse_path_object(self):
195 make_xml_file(self.data, 'utf-8', None)
196 self.check_parse(FakePath(TESTFN))
197
198 @unittest.expectedFailure # TODO: RUSTPYTHON; AttributeError: 'xmlparser' object has no attribute 'SetParamEntityParsing'
199 def test_parse_InputSource(self):

Callers

nothing calls this directly

Calls 3

check_parseMethod · 0.95
FakePathClass · 0.90
make_xml_fileFunction · 0.85

Tested by

no test coverage detected