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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
7fe1f4a7
Commit
7fe1f4a7
authored
Jul 23, 2010
by
Lennart Regebro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use standard doctest module
parent
520fc2a6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+1
-1
src/zc/buildout/testselectingpython.py
src/zc/buildout/testselectingpython.py
+2
-2
z3c.recipe.scripts_/src/z3c/recipe/scripts/tests.py
z3c.recipe.scripts_/src/z3c/recipe/scripts/tests.py
+2
-2
zc.recipe.egg_/src/zc/recipe/egg/tests.py
zc.recipe.egg_/src/zc/recipe/egg/tests.py
+2
-2
No files found.
src/zc/buildout/tests.py
View file @
7fe1f4a7
...
...
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from
zope.testing
import
doctest
import
doctest
from
zope.testing
import
renormalizing
import
os
import
pkg_resources
...
...
src/zc/buildout/testselectingpython.py
View file @
7fe1f4a7
...
...
@@ -11,8 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import
os
,
re
,
subprocess
,
sys
,
textwrap
,
unittest
from
zope.testing
import
doctest
,
renormalizing
import
os
,
re
,
subprocess
,
sys
,
textwrap
,
unittest
,
doctest
from
zope.testing
import
renormalizing
import
zc.buildout.tests
import
zc.buildout.testing
...
...
z3c.recipe.scripts_/src/z3c/recipe/scripts/tests.py
View file @
7fe1f4a7
...
...
@@ -17,8 +17,8 @@ import zc.buildout.tests
import
zc.buildout.testselectingpython
import
zc.buildout.testing
import
unittest
from
zope.testing
import
doctest
,
renormalizing
import
unittest
,
doctest
from
zope.testing
import
renormalizing
# We do not explicitly test the recipe support for the ``eggs``,
# ``find-links``, and ``index`` options because they are used for most or
...
...
zc.recipe.egg_/src/zc/recipe/egg/tests.py
View file @
7fe1f4a7
...
...
@@ -17,8 +17,8 @@ import zc.buildout.tests
import
zc.buildout.testselectingpython
import
zc.buildout.testing
import
unittest
from
zope.testing
import
doctest
,
renormalizing
import
unittest
,
doctest
from
zope.testing
import
renormalizing
os_path_sep
=
os
.
path
.
sep
if
os_path_sep
==
'
\
\
'
:
...
...
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