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

Module helper

source code

A library of helper functions for the CherryPy test suite.

Classes [hide private]
  Supervisor
Base class for modeling and controlling servers during testing.
  LocalSupervisor
Base class for modeling/controlling servers which run in the same process.
  NativeServerSupervisor
Server supervisor for the builtin HTTP server.
  LocalWSGISupervisor
Server supervisor for the builtin WSGI server.
  CPWebCase
  CPProcess
Functions [hide private]
 
get_tst_config(overconf={}) source code
 
log_to_stderr(msg, level) source code
 
get_cpmodpy_supervisor(**options) source code
 
get_modpygw_supervisor(**options) source code
 
get_modwsgi_supervisor(**options) source code
 
get_modfcgid_supervisor(**options) source code
 
get_modfastcgi_supervisor(**options) source code
 
get_wsgi_u_supervisor(**options) source code
 
setup_client()
Set up the WebCase classes to match the server's socket settings.
source code
Variables [hide private]
  log = logging.getLogger(__name__)
  thisdir = '/build/cherrypy3-yPHnVl/cherrypy3-3.2.2/cherrypy/test'
  serverpem = '/build/cherrypy3-yPHnVl/cherrypy3-3.2.2/cherrypy/...
  _testconfig = None
hash(x)
  __package__ = 'cherrypy.test'
Variables Details [hide private]

serverpem

Value:
'/build/cherrypy3-yPHnVl/cherrypy3-3.2.2/cherrypy/test/test.pem'