[Checkins] SVN: zc.buildout/trunk/buildout.cfg Added a test script that can be run when offline.

Jim Fulton jim at zope.com
Wed May 30 17:22:25 EDT 2007


Log message for revision 76021:
  Added a test script that can be run when offline.
  

Changed:
  U   zc.buildout/trunk/buildout.cfg

-=-
Modified: zc.buildout/trunk/buildout.cfg
===================================================================
--- zc.buildout/trunk/buildout.cfg	2007-05-30 21:08:16 UTC (rev 76020)
+++ zc.buildout/trunk/buildout.cfg	2007-05-30 21:22:25 UTC (rev 76021)
@@ -1,6 +1,6 @@
 [buildout]
 develop = zc.recipe.egg_ .
-parts = test py
+parts = test py oltest
 find-links = http://download.zope.org/distribution
 
 [py]
@@ -14,3 +14,15 @@
 eggs = 
   zc.buildout
   zc.recipe.egg
+
+# Tests that can be run wo a network
+[oltest]
+recipe = zc.recipe.testrunner
+eggs = 
+  zc.buildout
+  zc.recipe.egg
+defaults =
+  [
+  '-t',
+  '!(bootstrap|selectingpython|selecting-python)',
+  ]



More information about the Checkins mailing list