Metadata-Version: 1.0
Name: prdg.plone.testing
Version: 0.0.5
Summary: Provide useful base classes for testing in Plone.
Home-page: http://code.google.com/p/prdg-python/
Author: Rafael Oliveira
Author-email: rafaelbco@gmail.com
License: GPL
Description: .. contents::
        
        Introduction
        ============
        
        Provide useful base classes for testing in Plone.
        
        Developed at `Paradigma Internet`_.
        
        .. References
        ----------
        
        .. _`Paradigma Internet`: http://www.paradigma.com.br/
        
        .. target-notes::
        
        TODO
        ====
        
        - Write tests.
        - Write documentation.
        
        Changelog
        =========
        
        0.0.5 (17dec2009)
        -----------------
        
        * Now requires prdg.plone.util>=0.0.6 because it made collective.wtf an optional
        dependency. Also removed the direct dependency on collective.wtf because
        it was non-sense.
        
        0.0.4 (13ago2009)
        -----------------
        
        * Added new methods to FunctionalTestCase class.
        * Fixed a bug in ContentTypeTestCase.create_object(): object was being returned
        outside acquisition context. Fixed by using getattr instead of __getitem__.
        
        
        
        0.0.3 (22jul2009)
        -----------------
        
        * Added collective.wtf as a dependency.
        
        0.0.2 (26may2009)
        -----------------
        
        * Added functionality to InstallationTestCase to check for workflows.
        * Added WorkflowTestCase class.
        * Minor bug fixes.
        
        0.0.1
        -----
        
        * Initial release
        
        
        
        
Keywords: plone testing TestCase
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
