Commit 4014894c authored by Jeremy Hylton's avatar Jeremy Hylton

Backport the last of Fred's changes.

Include ZODB.serialize tests.
parent 0b13fdef
......@@ -118,4 +118,7 @@ class SerializerTestCase(unittest.TestCase):
def test_suite():
return unittest.makeSuite(SerializerTestCase)
import doctest
suite = unittest.makeSuite(SerializerTestCase)
suite.addTest(doctest.DocTestSuite("ZODB.serialize"))
return suite
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