youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 744435f2a420c2d734b70e302ca881a176a447ed
parent 855703e55e46f3e070d9837a2eda1e6eb8a27301
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 11 Apr 2013 18:38:43 +0200

Show whole diff in error cases

Diffstat:
Mtest/test_download.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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