Home | Trees | Indices | Help |
|
---|
|
A library of helper functions for the CherryPy test suite.
The actual script that runs the entire CP test suite is called "test.py" (in this folder); test.py calls this module as a library.Each individual test_*.py module imports this module (helper), usually to make an instance of CPWebCase, and then call testmain().
The CP test suite script (test.py) imports this module and calls run_test_suite, possibly more than once. CP applications may also import test.py (to use TestHarness), which then calls helper.py.
|
|||
CPWebCase |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
CPTestLoader = <cherrypy.test.webtest.ReloadingTestLoader obje
|
|||
CPTestRunner = <cherrypy.test.webtest.TerseTestRunner object a
|
|
Run the given test modules using the given server and conf. The server is started and stopped once, regardless of the number of test modules. The config, however, is reset for each module. |
|
CPTestLoader
|
CPTestRunner
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Jan 24 16:33:09 2008 | http://epydoc.sourceforge.net |