Package cherrypy :: Package test :: Module test_session :: Class SessionTest
[hide private]
[frames] | no frames]

Class SessionTest

source code

       object --+            
                |            
unittest.TestCase --+        
                    |        
      webtest.WebCase --+    
                        |    
         helper.CPWebCase --+
                            |
                           SessionTest

Nested Classes [hide private]

Inherited from webtest.WebCase: HTTP_CONN

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
tearDown(self)
Hook method for deconstructing the test fixture after testing it.
source code
 
test_0_Session(self) source code
 
test_1_Ram_Concurrency(self) source code
 
test_2_File_Concurrency(self) source code
 
_test_Concurrency(self) source code
 
test_3_Redirect(self) source code
 
test_4_File_deletion(self) source code
 
test_5_Error_paths(self) source code
 
test_6_regenerate(self) source code

Inherited from helper.CPWebCase: assertErrorPage, base, exit, getPage, prefix

Inherited from webtest.WebCase: __call__, assertBody, assertHeader, assertInBody, assertMatchesBody, assertNoHeader, assertNotInBody, assertStatus, interface, set_persistent

Inherited from unittest.TestCase: __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, 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__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]

Inherited from helper.CPWebCase: scheme, script_name

Inherited from webtest.WebCase: HOST, PORT, PROTOCOL, body, console_height, headers, interactive, status, time, url

Properties [hide private]

Inherited from webtest.WebCase: persistent

Inherited from object: __class__

Method Details [hide private]

tearDown(self)

source code 

Hook method for deconstructing the test fixture after testing it.

Overrides: unittest.TestCase.tearDown
(inherited documentation)