Metadata-Version: 1.0
Name: z3c.testing
Version: 0.3.2
Summary: High-level Testing Support
Home-page: http://pypi.python.org/pypi/z3c.testing
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides a collection of high-level 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.3.2 (2010-08-23)
        ------------------
        
        - Do some ``InterfaceBaseTest`` attributes to be able to write less code:
        
          - ``iface`` provide the interface here
        
          - ``klass`` provide the class here
        
          - ``pos`` provide the positional arguments here
        
          - ``kws`` provide the keyword arguments here
        
        - Avoid depreacted `zope.testing.doctest` by using python's `doctest`.
        
        
        0.3.1 (2009-12-26)
        ------------------
        
        - Removed install dependency on ``zope.app.security``.
        
        - Removed test dependency on ``zope.app.securitypolicy``.
        
        - Removed test dependency on ``zope.app.zcmlfiles``.
        
        
        0.3.0 (2009-02-01)
        ------------------
        
        - Using ``zope.container`` instead of ``zope.app.container``
        
        - Using ``zope.site`` instead of ``zope.app.component``
        
        0.2.0 (2007-10-31)
        ------------------
        
        - Fixed package data.
        
        - Moved functional tests to tests.
        
        - Removed 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
