(self)
| 345 | |
| 346 | # ===== make_parser |
| 347 | def test_make_parser(self): |
| 348 | # Creating a parser should succeed - it should fall back |
| 349 | # to the expatreader |
| 350 | p = make_parser(['xml.parsers.no_such_parser']) |
| 351 | |
| 352 | |
| 353 | class PrepareInputSourceTest(unittest.TestCase): |
nothing calls this directly
no test coverage detected