Commit a3fec817 authored by Jim Fulton's avatar Jim Fulton

Added a test script that can be run when offline.

parent 4df856c7
[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