Add support for comedycentral clips (closes #233)
[youtube-dl] / test / gentests.py
index 0ea5d9f21e74b86ebb95d4791dc6e877833370b2..4cc9875ea88de6c3734767f0c0463215799a8f1c 100755 (executable)
@@ -61,6 +61,7 @@ except AttributeError: # Python 2.6
                 else:
                     print('Skipped test')
                     return
+            test_wfunc.__name__ = f.__name__
             return test_wfunc
         return resfunc
 _skip = lambda *args, **kwargs: _skip_unless(False, *args, **kwargs)