Package lxml :: Package tests :: Module test_threading :: Class ThreadingTestCase
[hide private]
[frames] | no frames]

Class ThreadingTestCase

source code

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

Threading tests
Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
_run_thread(self, func) source code
 
test_subtree_copy_thread(self) source code
 
test_main_xslt_in_thread(self) source code
 
test_thread_xslt(self) source code
 
test_thread_xslt_attr_replace(self) source code
 
test_thread_create_xslt(self) source code
 
test_thread_error_log(self) source code
 
test_thread_mix(self) source code
 
test_concurrent_proxies(self) source code
 
test_concurrent_class_lookup(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]
  etree
The lxml.etree module implements the extended ElementTree API for XML.

Inherited from common_imports.HelperTestCase: assertFalse

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

etree

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