Package lxml :: Package tests :: Module test_classlookup :: Class ClassLookupTestCase
[frames] | no frames]

Class ClassLookupTestCase

source code

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

Test cases for different Element class lookup mechanisms.
Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
tearDown(self)
Hook method for deconstructing the test fixture after testing it.
source code
 
test_namespace_lookup(self) source code
 
test_default_class_lookup(self) source code
 
test_attribute_based_lookup(self) source code
 
test_custom_lookup(self) source code
 
test_custom_lookup_ns_fallback(self) source code
 
test_parser_based_lookup(self) source code
 
test_lookup_without_fallback(self) source code

Inherited from common_imports.HelperTestCase: parse

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
  etree
The lxml.etree module implements the extended ElementTree API for XML.

Inherited from common_imports.HelperTestCase: assertFalse

Properties

Inherited from object: __class__

Method Details

tearDown(self)

source code 
Hook method for deconstructing the test fixture after testing it.
Overrides: unittest.TestCase.tearDown
(inherited documentation)

Class Variable Details

etree

The lxml.etree module implements the extended ElementTree API for XML.
Value:
lxml.etree