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
Xavier Thompson
slapos.buildout
Commits
532a2db3
Commit
532a2db3
authored
Oct 02, 2015
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed .txt files to .rst
parent
b8f491e6
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
zc.recipe.egg_/setup.py
zc.recipe.egg_/setup.py
+3
-3
zc.recipe.egg_/src/zc/recipe/egg/README.rst
zc.recipe.egg_/src/zc/recipe/egg/README.rst
+0
-0
zc.recipe.egg_/src/zc/recipe/egg/api.rst
zc.recipe.egg_/src/zc/recipe/egg/api.rst
+0
-0
zc.recipe.egg_/src/zc/recipe/egg/custom.rst
zc.recipe.egg_/src/zc/recipe/egg/custom.rst
+0
-0
zc.recipe.egg_/src/zc/recipe/egg/tests.py
zc.recipe.egg_/src/zc/recipe/egg/tests.py
+3
-3
No files found.
zc.recipe.egg_/setup.py
View file @
532a2db3
...
...
@@ -37,11 +37,11 @@ setup(
'Detailed Documentation
\
n
'
'**********************
\
n
'
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'recipe'
,
'egg'
,
'README.
tx
t'
)
read
(
'src'
,
'zc'
,
'recipe'
,
'egg'
,
'README.
rs
t'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'recipe'
,
'egg'
,
'custom.
tx
t'
)
read
(
'src'
,
'zc'
,
'recipe'
,
'egg'
,
'custom.
rs
t'
)
+
'
\
n
'
+
read
(
'src'
,
'zc'
,
'recipe'
,
'egg'
,
'api.
tx
t'
)
read
(
'src'
,
'zc'
,
'recipe'
,
'egg'
,
'api.
rs
t'
)
+
'
\
n
'
+
'Download
\
n
'
'*********
\
n
'
...
...
zc.recipe.egg_/src/zc/recipe/egg/README.
tx
t
→
zc.recipe.egg_/src/zc/recipe/egg/README.
rs
t
View file @
532a2db3
File moved
zc.recipe.egg_/src/zc/recipe/egg/api.
tx
t
→
zc.recipe.egg_/src/zc/recipe/egg/api.
rs
t
View file @
532a2db3
File moved
zc.recipe.egg_/src/zc/recipe/egg/custom.
tx
t
→
zc.recipe.egg_/src/zc/recipe/egg/custom.
rs
t
View file @
532a2db3
File moved
zc.recipe.egg_/src/zc/recipe/egg/tests.py
View file @
532a2db3
...
...
@@ -39,7 +39,7 @@ def setUp(test):
def
test_suite
():
suite
=
unittest
.
TestSuite
((
doctest
.
DocFileSuite
(
'README.
tx
t'
,
'README.
rs
t'
,
setUp
=
setUp
,
tearDown
=
zc
.
buildout
.
testing
.
buildoutTearDown
,
checker
=
renormalizing
.
RENormalizing
([
zc
.
buildout
.
testing
.
normalize_path
,
...
...
@@ -57,7 +57,7 @@ def test_suite():
])
),
doctest
.
DocFileSuite
(
'api.
tx
t'
,
'api.
rs
t'
,
setUp
=
setUp
,
tearDown
=
zc
.
buildout
.
testing
.
buildoutTearDown
,
checker
=
renormalizing
.
RENormalizing
([
zc
.
buildout
.
testing
.
normalize_path
,
...
...
@@ -77,7 +77,7 @@ def test_suite():
])
),
doctest.DocFileSuite(
'
custom
.
tx
t
',
'
custom
.
rs
t
',
setUp=setUp, tearDown=zc.buildout.testing.buildoutTearDown,
checker=renormalizing.RENormalizing([
zc.buildout.testing.normalize_path,
...
...
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