Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
5d3ccf8c
Commit
5d3ccf8c
authored
Mar 11, 2004
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify test_suite().
parent
b4902e1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/ZODB/tests/test_datamanageradapter.py
src/ZODB/tests/test_datamanageradapter.py
+4
-5
No files found.
src/ZODB/tests/test_datamanageradapter.py
View file @
5d3ccf8c
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""XXX short summary goes here.
"""XXX short summary goes here.
$Id: test_datamanageradapter.py,v 1.
2 2004/02/19 02:59:10
jeremy Exp $
$Id: test_datamanageradapter.py,v 1.
3 2004/03/11 15:57:57
jeremy Exp $
"""
"""
import
unittest
import
unittest
from
doctest
import
DocTestSuite
from
doctest
import
DocTestSuite
...
@@ -803,8 +803,7 @@ def test_tpc_abort_w_subtransactions_featuring_subtransaction_abort():
...
@@ -803,8 +803,7 @@ def test_tpc_abort_w_subtransactions_featuring_subtransaction_abort():
"""
"""
def
test_suite
():
def
test_suite
():
return
unittest
.
TestSuite
((
return
DocTestSuite
()
DocTestSuite
(),
))
if
__name__
==
'__main__'
:
unittest
.
main
()
if
__name__
==
'__main__'
:
unittest
.
main
()
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