Changes to make the tests more robust under Windows.
tearDown(): Make sure any outstanding transactions are aborted so as not to retain modified objects connected to closed databases. Second, call self._close() to free any resources. _close(): Close the DB object, which in turn closes the underlying storage.
Showing
Please register or sign in to comment