Show full diffs in ResponseType tests.

This commit is contained in:
Ned Batchelder
2013-12-03 14:05:33 -05:00
parent c62abeddb7
commit 599bdbb102

View File

@@ -29,6 +29,9 @@ class ResponseTest(unittest.TestCase):
xml_factory_class = None
# If something is wrong, show it to us.
maxDiff = None
def setUp(self):
if self.xml_factory_class:
self.xml_factory = self.xml_factory_class()