class documentation

class EncodingsTestCase(HelperTestCase):

View In Hierarchy

Undocumented

Method test​_illegal​_utf8 Undocumented
Method test​_illegal​_utf8​_recover Undocumented
Method test​_utf16​_fromstring Undocumented
Method test_utf16​BE_fromstring Undocumented
Method test_utf16​LE_fromstring Undocumented
Method test​_utf32​_fromstring Undocumented
Method test_utf32​BE_fromstring Undocumented
Method test_utf32​LE_fromstring Undocumented
Method test​_utf8​_fromstring Undocumented
Method test​_utf8sig​_fromstring Undocumented
Method ​_test​_encoding Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method tear​Down Undocumented
Method ​_rootstring Undocumented
def test_illegal_utf8(self):

Undocumented

def test_illegal_utf8_recover(self):

Undocumented

def test_utf16_fromstring(self):

Undocumented

def test_utf16BE_fromstring(self):

Undocumented

def test_utf16LE_fromstring(self):

Undocumented

def test_utf32_fromstring(self):

Undocumented

def test_utf32BE_fromstring(self):

Undocumented

def test_utf32LE_fromstring(self):

Undocumented

def test_utf8_fromstring(self):

Undocumented

def test_utf8sig_fromstring(self):

Undocumented

def _test_encoding(self, encoding, xml_encoding_name=None):

Undocumented