From 5acb9abe126d2818263e190fd46d6f1be0d6a612 Mon Sep 17 00:00:00 2001 From: Dennis Lutter <lad1337@gmail.com> Date: Wed, 18 Apr 2012 16:11:53 +0200 Subject: [PATCH] added a comment in the lib --- tests/test_lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_lib.py b/tests/test_lib.py index 221e8acda..db399fa6c 100644 --- a/tests/test_lib.py +++ b/tests/test_lib.py @@ -157,6 +157,7 @@ def tearDown_test_db(): """Deletes the test db although this seams not to work on my system it leaves me with an zero kb file """ + # uncomment next line so leave the db intact beween test and at the end #return False if os.path.exists(os.path.join(TESTDIR, TESTDBNAME)): os.remove(os.path.join(TESTDIR, TESTDBNAME)) -- GitLab