How to install z3c.testing
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install z3c.testing
Dependencies
- distribute
- zope.component
- zope.configuration
- zope.container
- zope.interface>=4.0.5
- zope.security
- zope.site
- zope.testing
- [functional] ZODB3
- [functional] zope.app.appsetup
- [functional] zope.app.publication
- [functional] zope.app.rotterdam
- [functional] zope.app.testing
- [functional] zope.testbrowser
- [test] zope.browserpage
- [test] zope.browserresource
- [test] zope.principalregistry
- [test] zope.publisher
- [test] zope.securitypolicy
Depended by
- j01.rater
- lovely.responsecache
- m01.remote
- m01.session
- mypypi
- p01.cgi
- p01.fsfile
- p01.memcache
- p01.remote
- p01.session
- p01.zmi
- z3c.authenticator
- z3c.indexer
- z3c.jsontree
- z3c.language.negotiator
- z3c.language.switch
- z3c.macroviewlet
- z3c.menu.ready2go
- z3c.menu.simple
- z3c.proxy
- z3c.resource
- z3c.resourcecollector
- z3c.searcher
- z3c.table
- z3c.tabular
- z3c.wizard
- zam.skin
- zamplugin.authenticator
- zamplugin.contents
- zamplugin.control
- zamplugin.error
- zamplugin.navigation
- zamplugin.sampledata
- zamplugin.sitemanager
Lastest release
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
1.0.0a3 (2013-02-28)
- Nothing changed yet.
1.0.0a2 (2013-02-28)
- Migrate to the newest zope.interface version and remove the forked code in verify.py.
1.0.0a1 (2013-02-28)
- Dropped Python 2.4 and 2.5 support, added Python 3.3 support.
- Made functional test tools into the functional extra, so no zope.app packages are required.
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.