aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 08bb8648..cdbaf43d 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -82,7 +82,7 @@ class T(unittest.TestCase):
self.assertContained(expected_output, js_output)
self.assertNotContained('ERROR', js_output)
-# shutil.rmtree(dirname) # TODO: leave no trace in memory. But for now nice for debugging
+ #shutil.rmtree(dirname) # TODO: leave no trace in memory. But for now nice for debugging
def assertContained(self, value, string):
if value not in string: