lxml.tests.test_dtd.ETreeDtdTestCase
Package lxml :: Package tests :: Module test_dtd :: Class ETreeDtdTestCase
[hide private]
[frames] | no frames]

Class ETreeDtdTestCase

source code

               object --+        
                        |        
   unittest.case.TestCase --+    
                            |    
common_imports.HelperTestCase --+
                                |
                               ETreeDtdTestCase

Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
test_dtd(self) source code
 
test_dtd_file(self) source code
 
test_dtd_stringio(self) source code
 
test_dtd_parse_invalid(self) source code
 
test_dtd_parse_file_not_found(self) source code
 
test_dtd_parse_valid(self) source code
 
test_dtd_parse_valid_file_url(self) source code
 
test_dtd_parse_valid_relative(self) source code
 
test_dtd_parse_valid_relative_file_url(self) source code
 
test_dtd_invalid(self) source code
 
test_dtd_assertValid(self) source code
 
test_dtd_internal(self) source code
 
test_dtd_internal_invalid(self) source code
 
test_dtd_invalid_duplicate_id(self) source code
 
test_dtd_api_internal(self) source code
 
test_internal_dtds(self) source code
 
test_dtd_broken(self) source code
 
test_parse_file_dtd(self) source code
 
test_iterparse_file_dtd_start(self) source code
 
test_iterparse_file_dtd_end(self) source code
 
test_dtd_attrs(self) source code
 
test_declaration_escape_quote_pid(self) source code
 
test_declaration_quote_withoutpid(self) source code
 
test_declaration_apos(self) source code
 
test_ietf_decl(self) source code
 
test_set_decl_public(self) source code
 
test_html_decl(self) source code
 
test_clean_doctype(self) source code
 
test_set_decl_system(self) source code
 
test_empty_decl(self) source code
 
test_invalid_decl_1(self) source code
 
test_invalid_decl_2(self) source code
 
test_comment_before_dtd(self) source code

Inherited from common_imports.HelperTestCase: parse, tearDown

Inherited from common_imports.HelperTestCase (private): _rootstring

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, skipTest

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Class Variables [hide private]

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed, _diffThreshold

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

test_iterparse_file_dtd_start(self)

source code 
Decorators:
  • @skipIf(etree.LIBXML_VERSION== (2, 9, 0), "DTD loading is broken for incremental parsing in libxml2 2.9.0")

test_iterparse_file_dtd_end(self)

source code 
Decorators:
  • @skipIf(etree.LIBXML_VERSION== (2, 9, 0), "DTD loading is broken for incremental parsing in libxml2 2.9.0")