Metadata-Version: 1.0
Name: z3c.testing
Version: 0.2.0
Summary: High-level Testing Support
Home-page: http://cheeseshop.python.org/pypi/z3c.testing
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides a collection of high-lvel test setups for unit and
        functional testing. In particular, it provides a testing layer that can use an
        existing, pre-populated database as a starting point, which speeds up the test
        setup phase for large testing data sets.
        
        
        =======
        CHANGES
        =======
        
        0.2.0 (2007-10-31)
        ------------------
        
        - Fix pacakge data.
        
        - Move functional tests to tests.
        
        - Remove deprecation warning.
        
        0.1.1b1 (2007-06-21)
        --------------------
        
        - make ``z3c`` a namespace
        
        - prevent ``ConnectionStateError`` in layer after ``appsetup`` is run in layer
        
Keywords: zope3 testing layer zodb
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
