Skip to content

Commit 13a1706

Browse files
committed
rm dir after test
1 parent 495d7e9 commit 13a1706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/testsuite/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ def test_scan_config(self):
124124

125125
@classmethod
126126
def tearDownClass(cls):
127-
# if os.path.isdir(TMUXP_DIR):
128-
# shutil.rmtree(TMUXP_DIR)
127+
if os.path.isdir(TMUXP_DIR):
128+
shutil.rmtree(TMUXP_DIR)
129129
logging.debug('wiped %s' % TMUXP_DIR)
130130

131131

0 commit comments

Comments
 (0)