Explain why the test is skipped

This commit is contained in:
Laurent Bachelier 2012-03-26 07:19:17 +02:00
commit 7928d7cf06

View file

@ -53,7 +53,7 @@ class BackendTest(TestCase):
if not len(self.backends):
result.startTest(self)
result.stopTest(self)
raise SkipTest()
raise SkipTest('No backends configured for this module.')
TestCase.run(self, result)
finally:
self.weboob.deinit()