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

Method test_external_ges_default

Lib/test/test_pulldom.py:166–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 "Ran out of events, but should have received END_DOCUMENT")
165
166 def test_external_ges_default(self):
167 parser = pulldom.parseString(SMALL_SAMPLE)
168 saxparser = parser.parser
169 ges = saxparser.getFeature(feature_external_ges)
170 self.assertEqual(ges, False)
171
172
173class ThoroughTestCase(unittest.TestCase):

Callers

nothing calls this directly

Calls 3

parseStringMethod · 0.45
getFeatureMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected