(self)
| 189 | self.check_parse(f) |
| 190 | |
| 191 | def test_parse_path_object(self): |
| 192 | make_xml_file(self.data, 'utf-8', None) |
| 193 | self.check_parse(FakePath(TESTFN)) |
| 194 | |
| 195 | def test_parse_InputSource(self): |
| 196 | # accept data without declared but with explicitly specified encoding |
nothing calls this directly
no test coverage detected