class documentation

class Test_document_fromstring(unittest.TestCase): (source)

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): (source)

Undocumented

def test_basic(self): (source)

Undocumented

def test_guess_charset_arg_gets_passed_to_parser(self): (source)

Undocumented

def test_guess_charset_not_used_for_unicode(self): (source)

Undocumented

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

Undocumented

def test_raises_type_error_on_nonstring_input(self): (source)

Undocumented