class documentation

class Test_fromstring(unittest.TestCase): (source)

View In Hierarchy

Undocumented

def call_it(self, *args, **kwargs): (source)

Undocumented

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

Undocumented

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

Undocumented

def test_raises_type_error_on_nonstring_input(self): (source)

Undocumented

def test_returns_body_if_has_text(self): (source)

Undocumented

def test_returns_body_if_single_element_has_tail(self): (source)

Undocumented

def test_returns_unwraps_body_if_single_element(self): (source)

Undocumented

def test_returns_whole_doc_if_head_not_empty(self, use_ns=True): (source)

Undocumented

def test_returns_whole_doc_if_head_not_empty_no_ns(self): (source)

Undocumented

def test_returns_whole_doc_if_input_contains_doctype(self): (source)

Undocumented

def test_returns_whole_doc_if_input_contains_html_tag(self): (source)

Undocumented

def test_returns_whole_doc_if_input_is_encoded(self): (source)

Undocumented

def test_wraps_multiple_fragments_in_div_no_ns(self): (source)

Undocumented

def test_wraps_multiple_fragments_in_span_no_ns(self): (source)

Undocumented