From: Philipp Hagemeister Date: Thu, 11 Apr 2013 16:38:43 +0000 (+0200) Subject: Show whole diff in error cases X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=744435f2a420c2d734b70e302ca881a176a447ed;p=youtube-dl Show whole diff in error cases --- diff --git a/test/test_download.py b/test/test_download.py index 59a6e1498..e3513efba 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -58,6 +58,7 @@ with io.open(PARAMETERS_FILE, encoding='utf-8') as pf: class TestDownload(unittest.TestCase): + maxDiff = None def setUp(self): self.parameters = parameters self.defs = defs