Package lxml :: Package tests :: Module test_relaxng :: Class ETreeRelaxNGTestCase
[frames] | no frames]

Class ETreeRelaxNGTestCase

source code

               object --+        
                        |        
        unittest.TestCase --+    
                            |    
common_imports.HelperTestCase --+
                                |
                               ETreeRelaxNGTestCase

Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_relaxng(self) source code
 
test_relaxng_stringio(self) source code
 
test_relaxng_elementtree_error(self) source code
 
test_relaxng_error(self) source code
 
test_relaxng_invalid_schema(self) source code
 
test_relaxng_invalid_schema2(self) source code
 
test_relaxng_invalid_schema3(self) source code
 
test_relaxng_invalid_schema4(self) source code
 
test_relaxng_include(self) source code
 
test_relaxng_shortcut(self) source code
 
test_multiple_elementrees(self) source code

Inherited from common_imports.HelperTestCase: parse, tearDown

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables

Inherited from common_imports.HelperTestCase: assertFalse

Properties

Inherited from object: __class__