Commit 919be1e3 authored by jim's avatar jim

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
parent 6a70b03d
[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)',
]
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