Browse Source

Show whole diff in error cases

master
Philipp Hagemeister 12 years ago
parent
commit
744435f2a4
1 changed files with 1 additions and 0 deletions
  1. 1
      test/test_download.py

1
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

Loading…
Cancel
Save