class documentation

class Test_XHTMLParser(unittest.TestCase):

View In Hierarchy

Undocumented

Method make​_one Undocumented
Method test​_integration Undocumented
def make_one(self, **kwargs):

Undocumented

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

Undocumented