summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r--git/test/lib/helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py
index a85ac2fd..cf5efa9e 100644
--- a/git/test/lib/helper.py
+++ b/git/test/lib/helper.py
@@ -107,6 +107,8 @@ def with_rw_directory(func):
gc.collect()
if not keep:
rmtree(path)
+ wrapper.__name__ = func.__name__
+ return wrapper
def with_rw_repo(working_tree_ref, bare=False):