class documentation

class Test_XHTMLParser(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method make_one Undocumented
Method test_integration Undocumented
def make_one(self, **kwargs): (source)

Undocumented

@skipUnless(hasattr(html5lib, 'XHTMLParser'), 'xhtml5lib does not have XHTMLParser')
def test_integration(self): (source)

Undocumented