Metadata-Version: 1.0
Name: collective.testing
Version: 0.3
Summary: general package for testing and debugging aids for CMF, Plone, Zope2 and Zope3
Home-page: https://svn.plone.org/svn/collective/collective.testing/trunk#egg=collective.testing
Author: whit
Author-email: whit@openplans.org
License: MIT
Description: ====================
        collective.testing
        ====================
        
        Overview
        --------
        
        general package for testing and debugging aids for CMF, Plone, Zope2 and Zope3
        
        * includes a layer for ZCML integratin testing
        
        * zcml for a default page for test objects (useful in zope 2.9)
        
        * postmortem helper:
        
        >>> from collective.testing.debug import autopsy
        >>> @autopsy
        >>> def problem_func():
        ...     raise Exception('Trouble!')
        
        * some profiling tools
        
        * some logging and printing subscribers for zope.events
        
        * some fake response and request objects for zope
        
        
Keywords: 'testing debug pdb profile zope.testing'
Platform: UNKNOWN
