• Barry Warsaw's avatar
    Changes to make the tests more robust under Windows. · db6d6783
    Barry Warsaw authored
    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.
    db6d6783
test_create.py 1.7 KB