Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos.buildout
Commits
a3fec817
Commit
a3fec817
authored
May 30, 2007
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a test script that can be run when offline.
parent
4df856c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
buildout.cfg
buildout.cfg
+13
-1
No files found.
buildout.cfg
View file @
a3fec817
[buildout]
[buildout]
develop = zc.recipe.egg_ .
develop = zc.recipe.egg_ .
parts = test py
parts = test py
oltest
find-links = http://download.zope.org/distribution
find-links = http://download.zope.org/distribution
[py]
[py]
...
@@ -14,3 +14,15 @@ recipe = zc.recipe.testrunner
...
@@ -14,3 +14,15 @@ recipe = zc.recipe.testrunner
eggs =
eggs =
zc.buildout
zc.buildout
zc.recipe.egg
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)',
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment