forked from openlp/openlp
Try to workaround windows problems.
This commit is contained in:
parent
bdfac76483
commit
aa224b9568
@ -48,7 +48,8 @@ class TestDB(TestCase):
|
|||||||
"""
|
"""
|
||||||
Clean up after tests
|
Clean up after tests
|
||||||
"""
|
"""
|
||||||
shutil.rmtree(self.tmp_folder)
|
# Ignore errors since windows can have problems with locked files
|
||||||
|
shutil.rmtree(self.tmp_folder, ignore_errors=True)
|
||||||
|
|
||||||
def test_add_author(self):
|
def test_add_author(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user