MCPcopy Index your code
hub / github.com/python/cpython / test_external_ges_default

Method test_external_ges_default

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

Source from the content-addressed store, hash-verified

161 "Ran out of events, but should have received END_DOCUMENT")
162
163 def test_external_ges_default(self):
164 parser = pulldom.parseString(SMALL_SAMPLE)
165 saxparser = parser.parser
166 ges = saxparser.getFeature(feature_external_ges)
167 self.assertEqual(ges, False)
168
169
170class 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