class documentation

class Test_document_fromstring(unittest.TestCase):

View In Hierarchy

Undocumented

Method call​_it Undocumented
Method test​_basic Undocumented
Method test​_guess​_charset​_arg​_gets​_passed​_to​_parser Undocumented
Method test​_guess​_charset​_not​_used​_for​_unicode Undocumented
Method test​_integration Undocumented
Method test​_raises​_type​_error​_on​_nonstring​_input Undocumented
def call_it(self, *args, **kwargs):

Undocumented

def test_basic(self):

Undocumented

def test_guess_charset_arg_gets_passed_to_parser(self):

Undocumented

def test_guess_charset_not_used_for_unicode(self):

Undocumented

@skipUnless(html5lib, 'html5lib is not installed')
def test_integration(self):

Undocumented

def test_raises_type_error_on_nonstring_input(self):

Undocumented