Commit 3aea68c0 authored by 's avatar

- trying to improve the tearDown (sometimes I see random errors in these tests)

parent 4ac217a2
...@@ -108,6 +108,7 @@ class TestSessionManager(unittest.TestCase): ...@@ -108,6 +108,7 @@ class TestSessionManager(unittest.TestCase):
def tearDown(self): def tearDown(self):
_delDB() _delDB()
self.app._p_jar.close()
del self.app del self.app
def testHasId(self): def testHasId(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment