1fcd33358670

Clean up after tests.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 15:44:24 -0400
parents 29d79d253294
children 17e0a612303e
branches/tags (none)
files review/tests/test_init.py

Changes

--- a/review/tests/test_init.py	Sun Oct 04 15:43:27 2009 -0400
+++ b/review/tests/test_init.py	Sun Oct 04 15:44:24 2009 -0400
@@ -23,7 +23,7 @@
 
 def teardown_sandbox():
     os.chdir(os.path.realpath(os.path.join(sandbox_path, os.pardir)))
-    # shutil.rmtree(sandbox_path)
+    shutil.rmtree(sandbox_path)
 
 def get_sandbox_repo():
     return hg.repository(ui.ui(), '.')