Explain why the test is skipped
This commit is contained in:
parent
e8e7fbead1
commit
7928d7cf06
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class BackendTest(TestCase):
|
||||||
if not len(self.backends):
|
if not len(self.backends):
|
||||||
result.startTest(self)
|
result.startTest(self)
|
||||||
result.stopTest(self)
|
result.stopTest(self)
|
||||||
raise SkipTest()
|
raise SkipTest('No backends configured for this module.')
|
||||||
TestCase.run(self, result)
|
TestCase.run(self, result)
|
||||||
finally:
|
finally:
|
||||||
self.weboob.deinit()
|
self.weboob.deinit()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue