Test some of the hard-to-reach parts of PullDOM.
(self)
| 174 | """Test the hard-to-reach parts of pulldom.""" |
| 175 | |
| 176 | def test_thorough_parse(self): |
| 177 | """Test some of the hard-to-reach parts of PullDOM.""" |
| 178 | self._test_thorough(pulldom.parse(None, parser=SAXExerciser())) |
| 179 | |
| 180 | @unittest.expectedFailure |
| 181 | def test_sax2dom_fail(self): |
nothing calls this directly
no test coverage detected