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 = '/build/buildd/cherrypy3-3.0.2/cherrypy/test'
  log_file = '/build/buildd/cherrypy3-3.0.2/cherrypy/test/test.log'
  log_access_file = '/build/buildd/cherrypy3-3.0.2/cherrypy/test...
  favicon_path = '/build/buildd/cherrypy3-3.0.2/cherrypy/test/.....
  defined_http_methods = ('OPTIONS', 'GET', 'HEAD', 'POST', 'PUT...
  __package__ = 'cherrypy.test'
Variables Details [hide private]

log_access_file

Value:
'/build/buildd/cherrypy3-3.0.2/cherrypy/test/access.log'

favicon_path

Value:
'/build/buildd/cherrypy3-3.0.2/cherrypy/test/../favicon.ico'

defined_http_methods

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