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/kov/debian/build-area/cherrypy3-3.1.2/cherry...
  favicon_path = '/home/kov/debian/build-area/cherrypy3-3.1.2/ch...
  defined_http_methods = ('OPTIONS', 'GET', 'HEAD', 'POST', 'PUT...
Variables Details [hide private]

localDir

Value:
'/home/kov/debian/build-area/cherrypy3-3.1.2/cherrypy/test'

favicon_path

Value:
'/home/kov/debian/build-area/cherrypy3-3.1.2/cherrypy/test/../favicon.\
ico'

defined_http_methods

Value:
('OPTIONS',
 'GET',
 'HEAD',
 'POST',
 'PUT',
 'DELETE',
 'TRACE',
 'PROPFIND')