fixed a major problem with locking in languages, thanks Dan McGee fr the help
This commit is contained in:
@@ -421,7 +421,10 @@ class TestMigrations(unittest.TestCase):
|
||||
db.commit()
|
||||
|
||||
def tearDown(self):
|
||||
os.unlink('.storage.db')
|
||||
if os.path.exists('.storage.db'):
|
||||
os.unlink('.storage.db')
|
||||
if os.path.exists('.storage.table'):
|
||||
os.unlink('.storage.table')
|
||||
|
||||
class TestReferece(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user