(self)
| 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 | |
| 173 | class ThoroughTestCase(unittest.TestCase): |
nothing calls this directly
no test coverage detected