Skip to content

Commit

Permalink
Merge pull request #1824 from edx/ned/show-full-diff-in-responsetype-…
Browse files Browse the repository at this point in the history
…tests

Show full diffs in ResponseType tests.
  • Loading branch information
nedbat committed Dec 3, 2013
2 parents 8423552 + 599bdbb commit e872c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/lib/capa/capa/tests/test_responsetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e872c4f

Please sign in to comment.