diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-04-11 18:38:43 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-04-11 18:38:43 +0200 | 
| commit | 744435f2a420c2d734b70e302ca881a176a447ed (patch) | |
| tree | 6112e5a47a4d66c971546caf5478ad19c954af3e /test | |
| parent | 855703e55e46f3e070d9837a2eda1e6eb8a27301 (diff) | |
Show whole diff in error cases
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_download.py | 1 | 
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 | 
