Commit 71f7d99d authored by Hanno Schlichting's avatar Hanno Schlichting

Define a ztktests script to test all ZTK dependencies of Zope at once.

Currently there are a small number of test failures and errors.
parent de2dc863
...@@ -11,6 +11,7 @@ parts = ...@@ -11,6 +11,7 @@ parts =
scripts scripts
zopepy zopepy
alltests alltests
ztktests
allpy allpy
sphinx sphinx
checkversions checkversions
...@@ -76,6 +77,50 @@ eggs = ...@@ -76,6 +77,50 @@ eggs =
Products.StandardCacheManagers Products.StandardCacheManagers
[ztktests]
recipe = zc.recipe.testrunner
eggs =
zope.annotation
zope.browser
zope.browsermenu
zope.browserpage
zope.browserresource
zope.component
zope.configuration
zope.container
zope.contentprovider
zope.contenttype
zope.deferredimport
zope.dottedname
zope.event
zope.exceptions
zope.filerepresentation
zope.i18n
zope.i18nmessageid
zope.interface
zope.lifecycleevent
zope.location
zope.pagetemplate
zope.ptresource
zope.proxy
zope.processlifetime
zope.publisher
zope.sendmail
zope.schema
zope.security
zope.sequencesort
zope.site[test]
zope.size
zope.structuredtext
zope.tal
zope.tales
zope.traversing
zope.testbrowser[test]
zope.testing
zope.testrunner
zope.viewlet
[allpy] [allpy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${alltests:eggs} eggs = ${alltests:eggs}
......
...@@ -34,6 +34,7 @@ Products.StandardCacheManagers = 3.0 ...@@ -34,6 +34,7 @@ Products.StandardCacheManagers = 3.0
# ZTK KGS overrides # ZTK KGS overrides
# Zope2 dependencies # Zope2 dependencies
beautifulsoup4 = 4.4.1
collective.recipe.sphinxbuilder = 1.0 collective.recipe.sphinxbuilder = 1.0
five.globalrequest = 1.0 five.globalrequest = 1.0
mechanize = 0.2.5 mechanize = 0.2.5
...@@ -43,7 +44,8 @@ repoze.retry = 1.4 ...@@ -43,7 +44,8 @@ repoze.retry = 1.4
repoze.tm2 = 2.1 repoze.tm2 = 2.1
repoze.who = 2.3 repoze.who = 2.3
RestrictedPython = 3.6.0 RestrictedPython = 3.6.0
sphinx-rtd-theme = 0.1.9
waitress = 0.9.0
zope.globalrequest = 1.2 zope.globalrequest = 1.2
zope.sequencesort = 4.0.1 zope.sequencesort = 4.0.1
zope.testbrowser = 4.0.4 zope.testbrowser = 4.0.4
sphinx-rtd-theme = 0.1.9
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment