(self)
| 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): |
nothing calls this directly
no test coverage detected