Commit 599bdbb1 by Ned Batchelder

Show full diffs in ResponseType tests.

parent c62abedd
......@@ -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()
......
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