aboutsummaryrefslogtreecommitdiff
path: root/test/gentests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gentests.py')
-rwxr-xr-xtest/gentests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gentests.py b/test/gentests.py
index 0ea5d9f21..4cc9875ea 100755
--- a/test/gentests.py
+++ b/test/gentests.py
@@ -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)