Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.build
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos.recipe.build
Commits
b22b7042
Commit
b22b7042
authored
Sep 05, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2-spaces indentation
parent
2c3d314e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
75 deletions
+75
-75
slapos/recipe/build/tests.py
slapos/recipe/build/tests.py
+75
-75
No files found.
slapos/recipe/build/tests.py
View file @
b22b7042
...
@@ -10,8 +10,7 @@ import unittest
...
@@ -10,8 +10,7 @@ import unittest
import
zc.buildout.testing
import
zc.buildout.testing
import
zc.buildout.tests
import
zc.buildout.tests
optionflags
=
(
doctest
.
ELLIPSIS
|
optionflags
=
(
doctest
.
ELLIPSIS
|
doctest
.
NORMALIZE_WHITESPACE
)
doctest
.
NORMALIZE_WHITESPACE
)
GIT_REPOSITORY
=
'http://git.erp5.org/repos/slapos.recipe.build.git'
GIT_REPOSITORY
=
'http://git.erp5.org/repos/slapos.recipe.build.git'
BAD_GIT_REPOSITORY
=
'http://git.erp5.org/repos/nowhere'
BAD_GIT_REPOSITORY
=
'http://git.erp5.org/repos/nowhere'
...
@@ -94,7 +93,8 @@ def test_suite():
...
@@ -94,7 +93,8 @@ def test_suite():
checker
=
renormalizing
.
RENormalizing
([
checker
=
renormalizing
.
RENormalizing
([
zc
.
buildout
.
testing
.
normalize_path
,
zc
.
buildout
.
testing
.
normalize_path
,
(
re
.
compile
(
r'http://localhost:\
d+
'), '
http
:
//
test
.
server
'),
(
re
.
compile
(
r'http://localhost:\
d+
'), '
http
:
//
test
.
server
'),
# Clean up the variable hashed filenames to avoid spurious test failures
# Clean up the variable hashed filenames to avoid spurious
# test failures
(re.compile(r'
[
a
-
f0
-
9
]{
32
}
'), ''),
(re.compile(r'
[
a
-
f0
-
9
]{
32
}
'), ''),
]),
]),
),
),
...
...
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