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