[Zope-Checkins] SVN: Zope/branches/2.12/ Merged alltests into the main buildout.cfg
Hanno Schlichting
hannosch at hannosch.eu
Sat Oct 10 08:37:00 EDT 2009
Log message for revision 104996:
Merged alltests into the main buildout.cfg
Changed:
U Zope/branches/2.12/alltests.cfg
U Zope/branches/2.12/buildout.cfg
-=-
Modified: Zope/branches/2.12/alltests.cfg
===================================================================
--- Zope/branches/2.12/alltests.cfg 2009-10-10 12:34:03 UTC (rev 104995)
+++ Zope/branches/2.12/alltests.cfg 2009-10-10 12:37:00 UTC (rev 104996)
@@ -1,85 +1,2 @@
-# Run tests of all packages that would have their tests run in a Zope-trunk
-# SVN checkout.
-
[buildout]
extends = buildout.cfg
-parts += alltests
-
-[alltests]
-recipe = zc.recipe.testrunner
-eggs =
- Zope2
- Acquisition
- DateTime
- ExtensionClass
- Persistence
- RestrictedPython
- tempstorage
- zLOG
- zope.annotation
- zope.authentication
- zope.broken
- zope.browser
- zope.cachedescriptors
- zope.component
- zope.componentvocabulary
- zope.configuration
- zope.container
- zope.contentprovider
- zope.contenttype
- zope.copy
- zope.datetime
- zope.deferredimport
- zope.deprecation
- zope.dottedname
- zope.dublincore
- zope.error
- zope.event
- zope.exceptions
- zope.filerepresentation
- zope.formlib
- zope.hookable
- zope.i18n
- zope.i18nmessageid
- zope.index
- zope.interface
- zope.lifecycleevent
- zope.location
- zope.minmax
- zope.modulealias
- zope.pagetemplate
- zope.password
- zope.processlifetime
- zope.proxy
- zope.publisher
- zope.schema
- zope.security
- zope.sendmail
- zope.sequencesort
- zope.session
- zope.site
- zope.size
- zope.structuredtext
- zope.tal
- zope.tales
- zope.testbrowser
- zope.thread
- zope.traversing
- zope.viewlet
- zope.app.form
- zope.app.pagetemplate
- zope.app.publication
- zope.app.publisher
- zope.app.schema
-# Fetch undeclared ftests dependencies
- zope.app.applicationcontrol
- zope.app.exception
- zope.app.http
- zope.app.principalannotation
- zope.app.securitypolicy
- zope.app.zptpage
- zope.app.zcmlfiles
- python-gettext
-
-
-defaults = ['--module', '!^(zope[.]app)[.]']
Modified: Zope/branches/2.12/buildout.cfg
===================================================================
--- Zope/branches/2.12/buildout.cfg 2009-10-10 12:34:03 UTC (rev 104995)
+++ Zope/branches/2.12/buildout.cfg 2009-10-10 12:37:00 UTC (rev 104996)
@@ -6,6 +6,7 @@
scripts
zopepy
docs
+ alltests
extends = versions.cfg
unzip = true
@@ -27,3 +28,81 @@
[docs]
recipe = zc.recipe.egg
eggs = sphinx
+
+[alltests]
+recipe = zc.recipe.testrunner
+eggs =
+ Zope2
+ Acquisition
+ DateTime
+ ExtensionClass
+ Persistence
+ RestrictedPython
+ tempstorage
+ zLOG
+ zope.annotation
+ zope.authentication
+ zope.broken
+ zope.browser
+ zope.cachedescriptors
+ zope.component
+ zope.componentvocabulary
+ zope.configuration
+ zope.container
+ zope.contentprovider
+ zope.contenttype
+ zope.copy
+ zope.datetime
+ zope.deferredimport
+ zope.deprecation
+ zope.dottedname
+ zope.dublincore
+ zope.error
+ zope.event
+ zope.exceptions
+ zope.filerepresentation
+ zope.formlib
+ zope.hookable
+ zope.i18n
+ zope.i18nmessageid
+ zope.index
+ zope.interface
+ zope.lifecycleevent
+ zope.location
+ zope.minmax
+ zope.modulealias
+ zope.pagetemplate
+ zope.password
+ zope.processlifetime
+ zope.proxy
+ zope.publisher
+ zope.schema
+ zope.security
+ zope.sendmail
+ zope.sequencesort
+ zope.session
+ zope.site
+ zope.size
+ zope.structuredtext
+ zope.tal
+ zope.tales
+ zope.testbrowser
+ zope.thread
+ zope.traversing
+ zope.viewlet
+ zope.app.form
+ zope.app.pagetemplate
+ zope.app.publication
+ zope.app.publisher
+ zope.app.schema
+# Fetch undeclared ftests dependencies
+ zope.app.applicationcontrol
+ zope.app.exception
+ zope.app.http
+ zope.app.principalannotation
+ zope.app.securitypolicy
+ zope.app.zptpage
+ zope.app.zcmlfiles
+ python-gettext
+
+defaults = ['--module', '!^(zope[.]app)[.]']
More information about the Zope-Checkins
mailing list