add errback
This commit is contained in:
parent
d85d6f627d
commit
b0b222afa8
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class TestReflector(unittest.TestCase):
|
|||
raise unittest.SkipTest("TODO: fix this for windows")
|
||||
|
||||
d.addCallback(lambda _: threads.deferToThread(delete_test_env))
|
||||
d.addErrback(lambda err: str(err))
|
||||
return d
|
||||
|
||||
def test_reflector(self):
|
||||
|
|
Loading…
Reference in a new issue