Skip to content

Commit e25da8f

Browse files
yarikopticankostis
authored andcommitted
BF: @with_rw_directory must return decorated call
As it was - many tests were simply not accounted/run at all
1 parent fd8537b commit e25da8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: git/test/lib/helper.py

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ def wrapper(self):
111111
if not keep:
112112
rmtree(path)
113113

114+
return wrapper
115+
114116

115117
def with_rw_repo(working_tree_ref, bare=False):
116118
"""

0 commit comments

Comments
 (0)