class documentation

class _XmlFileTestCaseBase(HelperTestCase):

Known subclasses: lxml.tests.test_incremental_xmlfile.BytesIOXmlFileTestCase, lxml.tests.test_incremental_xmlfile.HtmlFileTestCase, lxml.tests.test_incremental_xmlfile.SimpleFileLikeXmlFileTestCase, lxml.tests.test_incremental_xmlfile.TempPathXmlFileTestCase, lxml.tests.test_incremental_xmlfile.TempXmlFileTestCase

View In Hierarchy

Undocumented

Method assert​Xml Undocumented
Method tear​Down Undocumented
Method test​_anonymous​_namespace Undocumented
Method test​_attribute Undocumented
Method test​_attribute​_extra Undocumented
Method test​_attribute​_extra​_duplicate Undocumented
Method test​_buffering Undocumented
Method test​_closing​_out​_of​_order​_in​_error​_case Undocumented
Method test​_comment Undocumented
Method test​_default​_namespace Undocumented
Method test​_element Undocumented
Method test​_element​_nested Undocumented
Method test​_element​_nested​_with​_text Undocumented
Method test​_element​_write​_empty Undocumented
Method test​_element​_write​_text Undocumented
Method test​_encoding Undocumented
Method test​_escaping Undocumented
Method test​_failure​_preceding​_text Undocumented
Method test_failure_trailing_​Element Undocumented
Method test​_failure​_trailing​_text Undocumented
Method test​_flush Undocumented
Method test​_generator​_close​_continues​_closing Undocumented
Method test​_namespace​_nested​_anonymous Undocumented
Method test​_namespace​_nested​_nsmap Undocumented
Method test​_namespace​_nsmap Undocumented
Method test​_nested​_default​_namespace Undocumented
Method test​_nested​_default​_namespace​_and​_other Undocumented
Method test​_non​_io​_exception​_continues​_closing Undocumented
Method test​_pi Undocumented
Method test_write_​Element Undocumented
Method test_write_​Element_repeatedly Undocumented
Method ​_parse​_file Undocumented
Method ​_read​_file Undocumented
Class Variable ​_file Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method ​_rootstring Undocumented
def assertXml(self, expected, encoding='utf8'):

Undocumented

def test_anonymous_namespace(self):

Undocumented

def test_attribute(self):

Undocumented

def test_attribute_extra(self):

Undocumented

def test_attribute_extra_duplicate(self):

Undocumented

def test_buffering(self):
def test_closing_out_of_order_in_error_case(self):

Undocumented

def test_comment(self):

Undocumented

def test_default_namespace(self):

Undocumented

def test_element(self):

Undocumented

def test_element_nested(self):

Undocumented

def test_element_nested_with_text(self):

Undocumented

def test_element_write_empty(self):

Undocumented

def test_element_write_text(self):

Undocumented

def test_encoding(self):

Undocumented

def test_escaping(self):

Undocumented

def test_failure_preceding_text(self):

Undocumented

def test_failure_trailing_Element(self):

Undocumented

def test_failure_trailing_text(self):

Undocumented

def test_flush(self):
def test_generator_close_continues_closing(self):

Undocumented

def test_namespace_nested_anonymous(self):

Undocumented

def test_namespace_nested_nsmap(self):

Undocumented

def test_namespace_nsmap(self):

Undocumented

def test_nested_default_namespace(self):

Undocumented

def test_nested_default_namespace_and_other(self):

Undocumented

def test_non_io_exception_continues_closing(self):

Undocumented

def test_pi(self):

Undocumented

def test_write_Element(self):

Undocumented

def test_write_Element_repeatedly(self):

Undocumented