Package lxml :: Package tests :: Module test_xpathevaluator :: Class ETreeXPathExsltTestCase
[hide private]
[frames] | no frames]

Class ETreeXPathExsltTestCase

source code

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

Tests for the EXSLT support in XPath (requires libxslt 1.1.25+)
Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_xpath_exslt_functions_date(self) source code
 
test_xpath_exslt_functions_strings(self) source code

Inherited from common_imports.HelperTestCase: parse, tearDown

Inherited from common_imports.HelperTestCase (private): _rootstring

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __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 unittest.TestCase (private): _exc_info

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

Class Variables [hide private]
  NSMAP = {'date': 'http://exslt.org/dates-and-times', 'math': '...

Inherited from common_imports.HelperTestCase: assertFalse

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

NSMAP

Value:
{'date': 'http://exslt.org/dates-and-times',
 'math': 'http://exslt.org/math',
 'set': 'http://exslt.org/sets',
 'str': 'http://exslt.org/strings'}