Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope.proxy
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
Boxiang Sun
zope.proxy
Commits
b721ca08
Commit
b721ca08
authored
Apr 16, 2010
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.
parent
6b91c5cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGES.txt
CHANGES.txt
+1
-1
src/zope/proxy/tests/test_decorator.py
src/zope/proxy/tests/test_decorator.py
+1
-1
src/zope/proxy/tests/test_proxy.py
src/zope/proxy/tests/test_proxy.py
+1
-1
No files found.
CHANGES.txt
View file @
b721ca08
...
...
@@ -5,7 +5,7 @@ CHANGES
3.5.1 (unreleased)
------------------
-
..
.
-
Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest
.
3.5.0 (2009/01/31)
------------------
...
...
src/zope/proxy/tests/test_decorator.py
View file @
b721ca08
...
...
@@ -15,7 +15,7 @@
$Id: tests.py 66343 2006-04-03 04:59:49Z philikon $
"""
from
zope.testing.doctestuni
t
import
DocTestSuite
from
doctes
t
import
DocTestSuite
def
test_suite
():
...
...
src/zope/proxy/tests/test_proxy.py
View file @
b721ca08
...
...
@@ -15,11 +15,11 @@
$Id$
"""
from
doctest
import
DocTestSuite
import
pickle
import
sys
import
unittest
from
zope.testing.doctestunit
import
DocTestSuite
from
zope.proxy
import
ProxyBase
import
zope.proxy
...
...
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