Metadata-Version: 1.1
Name: ecreall.helpers.testing
Version: 1.4
Summary: Helpers for testing often used at Ecreall
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        Various base classes and methods ecreall uses to test and debug projects.
        
        Contributors
        ============
        
        Note:  place names and roles of the people who contribute to this package
               in this file, one to a line, like so:
        
        - Thomas Desvenain
        
        Changelog
        =========
        
        1.4 (2013-09-05)
        ----------------
        
        - Add a setup_mockmailhost function to be used in a layer.
          [vincentfretin]
        
        - Added a fake request and response.
          [thomasdesvenain]
        
        
        1.3 (2012-12-21)
        ----------------
        
        - plone.app.testing dependency.
          [thomasdesvenain]
        
        - Minor fixes to docstrings.
          [cedricmessiant]
        
        - We can set properties on created groups.
        
        
        1.2 (2012-08-25)
        ----------------
        
        - Added profile tools.
        
        
        1.0.1 (2012-08-24)
        ------------------
        
        - Fixed MANIFEST.in
        
        
        1.0 (2012-08-17)
        ----------------
        
        - Initial release.
          Package created using templer
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
