Commit eb86b222 authored by Jens Vagelpohl's avatar Jens Vagelpohl

- force recognizing ellipsis

parent 73d90db1
......@@ -95,6 +95,7 @@ def test_suite():
doctest.DocFileSuite(
"../persistentclass.rst",
setUp=setUp, tearDown=tearDown,
checker=ZODB.tests.util.checker),
checker=ZODB.tests.util.checker,
optionflags=doctest.ELLIPSIS),
doctest.DocTestSuite(setUp=setUp, tearDown=tearDown),
))
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