summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-04-11 18:38:43 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-04-11 18:38:43 +0200
commit744435f2a420c2d734b70e302ca881a176a447ed (patch)
tree6112e5a47a4d66c971546caf5478ad19c954af3e
parent855703e55e46f3e070d9837a2eda1e6eb8a27301 (diff)
downloadyoutube-dl-744435f2a420c2d734b70e302ca881a176a447ed.tar.gz
youtube-dl-744435f2a420c2d734b70e302ca881a176a447ed.tar.xz
youtube-dl-744435f2a420c2d734b70e302ca881a176a447ed.zip
Show whole diff in error cases
-rw-r--r--test/test_download.py1
1 files changed, 1 insertions, 0 deletions
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