it sure would be useful to be able to inspect these

This commit is contained in:
Jean-Paul Calderone 2019-03-06 20:16:51 -05:00
parent c5c7f954e9
commit 4cccf5a316

View File

@ -1773,7 +1773,6 @@ class SingleMagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Reall
def tearDown(self):
d = DeferredContext(super(SingleMagicFolderTestMixin, self).tearDown())
d.addCallback(self.cleanup)
shutil.rmtree(self.basedir, ignore_errors=True)
return d.result
def _createdb(self):