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
848302f9
Commit
848302f9
authored
May 12, 2012
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use standard doctest module
parent
cc00798e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+1
-1
zc.recipe.egg_/src/zc/recipe/egg/tests.py
zc.recipe.egg_/src/zc/recipe/egg/tests.py
+6
-2
No files found.
src/zc/buildout/tests.py
View file @
848302f9
...
...
@@ -11,8 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from
zope.testing
import
doctest
from
zope.testing
import
renormalizing
import
doctest
import
os
import
pkg_resources
import
re
...
...
zc.recipe.egg_/src/zc/recipe/egg/tests.py
View file @
848302f9
...
...
@@ -12,12 +12,16 @@
#
##############################################################################
import
os
,
re
,
shutil
,
sys
from
zope.testing
import
renormalizing
import
doctest
import
os
import
re
import
shutil
import
sys
import
zc.buildout.tests
import
zc.buildout.testing
import
unittest
from
zope.testing
import
doctest
,
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