diff options
Diffstat (limited to 'test/test_download.py')
-rw-r--r-- | test/test_download.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_download.py b/test/test_download.py index a3f1c06..4639529 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -60,6 +60,7 @@ def _file_md5(fn): with open(fn, 'rb') as f: return hashlib.md5(f.read()).hexdigest() + defs = gettestcases() @@ -217,6 +218,7 @@ def generator(test_case): return test_template + # And add them to TestDownload for n, test_case in enumerate(defs): test_method = generator(test_case) |