class documentation

class TestConstructor(SoupTest): (source)

View In Hierarchy

Undocumented

Method test_alternate_string_containers Undocumented
Method test_cdata_list_attributes Undocumented
Method test_custom_builder_class Undocumented
Method test_embedded_null Undocumented
Method test_exclude_encodings Undocumented
Method test_parser_markup_rejection Undocumented
Method test_replacement_classes Undocumented
Method test_short_unicode_input Undocumented

Inherited from SoupTest:

Method assert_selects Make sure that the given tags have the correct text.
Method assert_selects_ids Make sure that the given tags have the correct IDs.
Method assert_soup Parse some markup using Beautiful Soup and verify that the output markup is as expected.
Method assertConnectedness Ensure that next_element and previous_element are properly set for all descendants of the given element.
Method document_for Turn an HTML fragment into a document.
Method linkage_validator Ensure proper linkage throughout the document.
Method soup Build a Beautiful Soup object from markup.
Property default_builder Undocumented
def test_alternate_string_containers(self): (source)

Undocumented

def test_cdata_list_attributes(self): (source)

Undocumented

def test_custom_builder_class(self): (source)

Undocumented

def test_embedded_null(self): (source)

Undocumented

def test_exclude_encodings(self): (source)

Undocumented

def test_parser_markup_rejection(self): (source)

Undocumented

def test_replacement_classes(self): (source)

Undocumented

def test_short_unicode_input(self): (source)

Undocumented