Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope-container
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-container
Commits
8c16d183
Commit
8c16d183
authored
Dec 21, 2009
by
Marius Gedminas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop importing DocTestSuite from zope.testing.doctestunit.
This fixes compatibility problems with zope.testing 3.8.4.
parent
8644779f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGES.txt
CHANGES.txt
+3
-0
src/zope/container/tests/test_btree.py
src/zope/container/tests/test_btree.py
+1
-1
src/zope/container/tests/test_ordered.py
src/zope/container/tests/test_ordered.py
+1
-1
No files found.
CHANGES.txt
View file @
8c16d183
...
...
@@ -7,6 +7,9 @@ CHANGES
- Removed no longer used zcml prefix from the configure file.
- Stop importing DocTestSuite from zope.testing.doctestunit. Fixes
compatibility problems with zope.testing 3.8.4.
3.10.0 (2009-12-15)
-------------------
...
...
src/zope/container/tests/test_btree.py
View file @
8c16d183
...
...
@@ -17,7 +17,7 @@ $Id$
"""
from
unittest
import
TestCase
,
main
,
makeSuite
,
TestSuite
from
zope.interface.verify
import
verifyObject
from
zope.testing.doctest
unit
import
DocTestSuite
from
zope.testing.doctest
import
DocTestSuite
from
zope.component.testing
import
setUp
,
tearDown
from
zope.container.tests.test_icontainer
import
TestSampleContainer
from
zope.container.btree
import
BTreeContainer
...
...
src/zope/container/tests/test_ordered.py
View file @
8c16d183
...
...
@@ -16,7 +16,7 @@
$Id$
"""
import
unittest
from
zope.testing.doctest
unit
import
DocTestSuite
from
zope.testing.doctest
import
DocTestSuite
from
zope.component.eventtesting
import
getEvents
,
clearEvents
from
zope.container
import
testing
...
...
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