Commit 50f6bfdf authored by Jim Fulton's avatar Jim Fulton

Always remember to close the dang database in tests.

parent bd324a6a
...@@ -582,6 +582,8 @@ def savepoint_cleanup(): ...@@ -582,6 +582,8 @@ def savepoint_cleanup():
>>> transaction.abort() >>> transaction.abort()
>>> os.listdir(tdir) >>> os.listdir(tdir)
[] []
>>> db.close()
""" """
......
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