Commit e15d3d32 authored by Tim Peters's avatar Tim Peters

Scaffolding so that multidb.txt gets run.

parent 6780af3d
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE. # FOR A PARTICULAR PURPOSE.
# #
############################################################################## ##############################################################################
r"""
Multi-database tests Multi-database tests
==================== ====================
...@@ -108,9 +108,3 @@ Clean up: ...@@ -108,9 +108,3 @@ Clean up:
>>> for a_db in db.databases.values(): >>> for a_db in db.databases.values():
... a_db.close() ... a_db.close()
"""
from zope.testing import doctest
def test_suite():
return doctest.DocTestSuite()
...@@ -15,4 +15,6 @@ ...@@ -15,4 +15,6 @@
from zope.testing.doctestunit import DocFileSuite from zope.testing.doctestunit import DocFileSuite
def test_suite(): def test_suite():
return DocFileSuite("dbopen.txt") return DocFileSuite("dbopen.txt",
"multidb.txt",
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment