From 919be1e33b4d97998c13a3a4ac42c17362035f63 Mon Sep 17 00:00:00 2001 From: jim <jim@62d5b8a3-27da-0310-9561-8e5933582275> Date: Wed, 30 May 2007 21:22:25 +0000 Subject: [PATCH] Added a test script that can be run when offline. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76021 62d5b8a3-27da-0310-9561-8e5933582275 --- buildout.cfg | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 4480efb..e1b6633 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -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 @@ recipe = zc.recipe.testrunner 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)', + ] -- 2.30.9