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