diff --git a/test/test_download.py b/test/test_download.py index 468901ca4..16797134e 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -310,13 +310,12 @@ def gen_test_suite(ie_key): for ie_key in set( - map(lambda x: x[0], + map(lambda a: a[5:], filter( - lambda x: callable(x[1]), - map(lambda a: (a[5:], getattr(TestDownload, a, None)), - filter(lambda t: - re.match(r'test_.+(?