Commit e5b86ee2 authored by Jeremy Hylton's avatar Jeremy Hylton

Backport the last of Fred's changes.

Include ZODB.serialize tests.
parent 5cca3dc6
...@@ -118,4 +118,7 @@ class SerializerTestCase(unittest.TestCase): ...@@ -118,4 +118,7 @@ class SerializerTestCase(unittest.TestCase):
def test_suite(): 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