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

Method test_make_parser

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

Source from the content-addressed store, hash-verified

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
361class PrepareInputSourceTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

make_parserFunction · 0.90

Tested by

no test coverage detected