From e25da8ffc66fb215590a0545f6ad44a3fd06c918 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 2 Oct 2016 10:13:22 -0400 Subject: BF: @with_rw_directory must return decorated call As it was - many tests were simply not accounted/run at all --- git/test/lib/helper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py index e55a23df..3ec55399 100644 --- a/git/test/lib/helper.py +++ b/git/test/lib/helper.py @@ -111,6 +111,8 @@ def with_rw_directory(func): if not keep: rmtree(path) + return wrapper + def with_rw_repo(working_tree_ref, bare=False): """ -- cgit v1.2.1