mirror of
https://github.com/wassname/flask-whooshee.git
synced 2026-09-10 12:01:05 +08:00
Set ignore errors flag to True
Tests were failing in Windows 7 64 bit - see http://stackoverflow.com/a/21966211/2800058
This commit is contained in:
@@ -86,7 +86,7 @@ class Tests(TestCase):
|
||||
self.all_inst = [self.u1, self.u2, self.u3, self.e1, self.e2, self.e3, self.e4]
|
||||
|
||||
def tearDown(self):
|
||||
shutil.rmtree(self.app.config['WHOOSHEE_DIR'])
|
||||
shutil.rmtree(self.app.config['WHOOSHEE_DIR'], ignore_errors=True)
|
||||
Whooshee.whoosheers = []
|
||||
self.db.drop_all()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user