class documentation

class TestEncodingConversion(SoupTest): (source)

View In Hierarchy

Undocumented

Method setup_method Undocumented
Method test_ascii_in_unicode_out Undocumented
Method test_unicode_in_unicode_out Undocumented
Method test_utf8_in_unicode_out Undocumented
Method test_utf8_out Undocumented
Instance Variable unicode_data Undocumented
Instance Variable utf8_data 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 setup_method(self): (source)

Undocumented

def test_ascii_in_unicode_out(self): (source)

Undocumented

def test_unicode_in_unicode_out(self): (source)

Undocumented

def test_utf8_in_unicode_out(self): (source)

Undocumented

def test_utf8_out(self): (source)

Undocumented

unicode_data: str = (source)

Undocumented

utf8_data = (source)

Undocumented