class documentation

class _IOTestCaseBase(HelperTestCase):

Known subclasses: lxml.tests.test_io.ElementTreeIOTestCase, lxml.tests.test_io.ETreeIOTestCase

View In Hierarchy

(c)ElementTree compatibility for IO functions/methods
Method build​Nodes Undocumented
Method get​Test​File​Path Undocumented
Method set​Up Setting up a minimal tree
Method tear​Down Undocumented
Method test​_class​_parse​_filename Undocumented
Method test​_class​_parse​_filename​_remove​_previous Undocumented
Method test​_class​_parse​_fileobject Undocumented
Method test​_class​_parse​_unamed​_fileobject Undocumented
Method test​_etree​_parse​_io​_error Undocumented
Method test​_iterparse​_utf16​_bom Undocumented
Method test​_iterparse​_utf8​_bom Undocumented
Method test​_module​_parse​_fileobject​_error Undocumented
Method test​_module​_parse​_fileobject​_late​_error Undocumented
Method test​_module​_parse​_fileobject​_type​_error Undocumented
Method test​_module​_parse​_gzipobject Undocumented
Method test​_module​_parse​_large​_fileobject Undocumented
Method test​_parse​_utf8​_bom Undocumented
Method test​_tree​_io Undocumented
Method test​_tree​_io​_latin1 Undocumented
Method test​_write​_filename Undocumented
Method test​_write​_filename​_special​_percent Undocumented
Method test​_write​_filename​_special​_plus Undocumented
Method test​_write​_invalid​_filename Undocumented
Class Variable etree Undocumented
Instance Variable root Undocumented
Instance Variable root​_str Undocumented
Instance Variable tree Undocumented
Instance Variable ​_temp​_dir Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method ​_rootstring Undocumented
def buildNodes(self, element, children, depth):

Undocumented

def getTestFilePath(self, name):

Undocumented

def setUp(self):
Setting up a minimal tree
def tearDown(self):
def test_class_parse_filename(self):

Undocumented

def test_class_parse_filename_remove_previous(self):

Undocumented

def test_class_parse_fileobject(self):

Undocumented

def test_class_parse_unamed_fileobject(self):

Undocumented

def test_etree_parse_io_error(self):

Undocumented

def test_iterparse_utf16_bom(self):

Undocumented

def test_iterparse_utf8_bom(self):

Undocumented

def test_module_parse_fileobject_error(self):

Undocumented

def test_module_parse_fileobject_late_error(self):

Undocumented

def test_module_parse_fileobject_type_error(self):

Undocumented

def test_module_parse_gzipobject(self):

Undocumented

def test_module_parse_large_fileobject(self):

Undocumented

def test_parse_utf8_bom(self):

Undocumented

def test_tree_io(self):

Undocumented

def test_tree_io_latin1(self):

Undocumented

def test_write_filename(self):

Undocumented

def test_write_filename_special_percent(self):

Undocumented

def test_write_filename_special_plus(self):

Undocumented

def test_write_invalid_filename(self):

Undocumented

etree =

Undocumented

root =

Undocumented

root_str =

Undocumented

tree =

Undocumented

_temp_dir =

Undocumented