Package cherrypy :: Package test :: Module test_core
[hide private]
[frames] | no frames]

Module test_core

source code

Basic tests for the CherryPy core: request handling.

Classes [hide private]
  CoreRequestHandlingTest
Functions [hide private]
 
setup_server() source code
Variables [hide private]
  localDir = '/home/orion/oss/python/cherrypy/CherryPy-3.0.2/che...
  log_file = '/home/orion/oss/python/cherrypy/CherryPy-3.0.2/che...
  log_access_file = '/home/orion/oss/python/cherrypy/CherryPy-3....
  favicon_path = '/home/orion/oss/python/cherrypy/CherryPy-3.0.2...
  defined_http_methods = ('OPTIONS', 'GET', 'HEAD', 'POST', 'PUT...

Imports: test, cherrypy, _cptools, tools, http, static, types, os, helper


Variables Details [hide private]

localDir

Value:
'/home/orion/oss/python/cherrypy/CherryPy-3.0.2/cherrypy/test'

log_file

Value:
'/home/orion/oss/python/cherrypy/CherryPy-3.0.2/cherrypy/test/test.log\
'

log_access_file

Value:
'/home/orion/oss/python/cherrypy/CherryPy-3.0.2/cherrypy/test/access.l\
og'

favicon_path

Value:
'/home/orion/oss/python/cherrypy/CherryPy-3.0.2/cherrypy/test/../favic\
on.ico'

defined_http_methods

Value:
('OPTIONS',
 'GET',
 'HEAD',
 'POST',
 'PUT',
 'DELETE',
 'TRACE',
 'CONNECT',
...