(self)
| 353 | |
| 354 | # ===== make_parser |
| 355 | def test_make_parser(self): |
| 356 | # Creating a parser should succeed - it should fall back |
| 357 | # to the expatreader |
| 358 | p = make_parser(['xml.parsers.no_such_parser']) |
| 359 | |
| 360 | |
| 361 | class PrepareInputSourceTest(unittest.TestCase): |
nothing calls this directly
no test coverage detected