[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/ Extend from buildout.cfg. Add auto-color test runner option.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Nov 17 10:47:14 EST 2010


Log message for revision 118444:
  Extend from buildout.cfg. Add auto-color test runner option. 

Changed:
  U   gocept.selenium/branches/janjaapdriessen-wsgi/grok.cfg
  U   gocept.selenium/branches/janjaapdriessen-wsgi/static.cfg
  U   gocept.selenium/branches/janjaapdriessen-wsgi/wsgi.cfg
  U   gocept.selenium/branches/janjaapdriessen-wsgi/ztk.cfg

-=-
Modified: gocept.selenium/branches/janjaapdriessen-wsgi/grok.cfg
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/grok.cfg	2010-11-17 15:46:03 UTC (rev 118443)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/grok.cfg	2010-11-17 15:47:12 UTC (rev 118444)
@@ -1,14 +1,6 @@
 [buildout]
 extends = http://svn.zope.org/repos/main/groktoolkit/trunk/grok.cfg
-parts = test
-versions = versions
-develop = .
 
-[versions]
-gocept.selenium =
-selenium = 1.0.3
-
 [test]
-recipe = zc.recipe.testrunner
 eggs = gocept.selenium[grok, test_grok]
-defaults = ['--ignore_dir', 'wsgi', '--ignore_dir', 'ztk', '--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'static', '-v', '-c']
+defaults = ['--ignore_dir', 'wsgi', '--ignore_dir', 'ztk', '--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'static', '-v', '--auto-color']

Modified: gocept.selenium/branches/janjaapdriessen-wsgi/static.cfg
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/static.cfg	2010-11-17 15:46:03 UTC (rev 118443)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/static.cfg	2010-11-17 15:47:12 UTC (rev 118444)
@@ -1,10 +1,6 @@
 [buildout]
-extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk.cfg
-develop = .
-parts = test
-package = gocept.selenium
+extends = buildout.cfg
+          http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk.cfg
 
 [test]
-recipe = zc.recipe.testrunner
-eggs = ${buildout:package}
 defaults = ['--ignore_dir', 'wsgi','--ignore_dir', 'grok',  '--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'ztk', '-v', '--auto-color']

Modified: gocept.selenium/branches/janjaapdriessen-wsgi/wsgi.cfg
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/wsgi.cfg	2010-11-17 15:46:03 UTC (rev 118443)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/wsgi.cfg	2010-11-17 15:47:12 UTC (rev 118444)
@@ -1,13 +1,5 @@
 [buildout]
-parts = test
-versions = versions
-develop = .
+extends = buildout.cfg
 
-[versions]
-gocept.selenium =
-selenium = 1.0.3
-
 [test]
-recipe = zc.recipe.testrunner
-eggs = gocept.selenium
-defaults = ['--ignore_dir', 'grok', '--ignore_dir', 'ztk', '--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'static', '-v', '-c']
+defaults = ['--ignore_dir', 'grok', '--ignore_dir', 'ztk', '--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'static', '-v', '--auto-color']

Modified: gocept.selenium/branches/janjaapdriessen-wsgi/ztk.cfg
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/ztk.cfg	2010-11-17 15:46:03 UTC (rev 118443)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/ztk.cfg	2010-11-17 15:47:12 UTC (rev 118444)
@@ -1,15 +1,12 @@
 [buildout]
-extends = http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg
+extends = buildout.cfg
+          http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg
           http://download.zope.org/zopetoolkit/index/1.0/zopeapp-versions.cfg
-develop = .
-parts = test instance
-package = gocept.selenium
-versions = versions
+parts += instance
 
 [test]
-recipe = zc.recipe.testrunner
 eggs = ${buildout:package} [test_ztk,ztk]
-defaults = ['--ignore_dir', 'grok', '--ignore_dir', 'wsgi', '--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'static', '-v', '-c']
+defaults = ['--ignore_dir', 'grok', '--ignore_dir', 'wsgi', '--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'static', '-v', '--auto-color']
 
 [instance]
 recipe = zc.zope3recipes:instance



More information about the checkins mailing list