Home | Trees | Indices | Help |
|
---|
|
Code-coverage tools for CherryPy. To use this module, or the coverage tools in the test suite, you need to download 'coverage.py', either Gareth Rees' original implementation: http://www.garethrees.org/2001/12/04/python-coverage/ or Ned Batchelder's enhanced version: http://www.nedbatchelder.com/code/modules/coverage.html To turn on coverage tracing, use the following code: cherrypy.engine.subscribe('start', covercp.start) cherrypy.engine.subscribe('start_thread', covercp.start) Run your code, then use the covercp.serve() function to browse the results in a web browser. If you run this module from the command line, it will call serve() for you.
|
|||
CoverStats |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
localFile =
|
|||
coverage = None hash(x) |
|||
initial_base =
|
|||
TEMPLATE_MENU =
|
|||
TEMPLATE_FORM =
|
|||
TEMPLATE_FRAMESET =
|
|||
TEMPLATE_COVERAGE =
|
|||
TEMPLATE_LOC_COVERED =
|
|||
TEMPLATE_LOC_NOT_COVERED =
|
|||
TEMPLATE_LOC_EXCLUDED =
|
|||
TEMPLATE_ITEM =
|
|||
__package__ =
|
|||
__warningregistry__ =
|
|
localFile
|
TEMPLATE_MENU
|
TEMPLATE_FORM
|
TEMPLATE_FRAMESET
|
TEMPLATE_COVERAGE
|
TEMPLATE_LOC_COVERED
|
TEMPLATE_LOC_NOT_COVERED
|
TEMPLATE_LOC_EXCLUDED
|
TEMPLATE_ITEM
|
__warningregistry__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 24 13:21:28 2009 | http://epydoc.sourceforge.net |