Metadata-Version: 1.1
Name: ecreall.helpers.testing
Version: 1.7
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.7 (2014-02-17)
        ----------------
        
        - Added status and header methods on FakeResponse
          and getURL method on FakeRequest.
          [thomasdesvenain]
        
        - When we get a key from Request, we try to get it from form.
          [thomasdesvenain]
        
        
        1.6 (2014-01-13)
        ----------------
        
        - FakeRequest and FakeResponse inherit from dict.
          [thomasdesvenain]
        
        - Modify datify to check isinstance of datetime first and then date because a
          datetime is an instance of date.
          [vincentfretin]
        
        
        1.5 (2013-11-04)
        ----------------
        
        - added assertSameDay assert to compare dates
          (in DateTime, string or datetime format).
          [thomasdesvenain]
        
        - assertSearchFinds checks a number of results
          or, now, the presence of an UID or an object in a list of results.
          [thomasdesvenain]
        
        - Now checks unexpected recipients of sent mail (not only missing ones).
          [thomasdesvenain]
        
        - Login in is optional in createMembers method.
          [thomasdesvenain]
        
        
        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
