Improve a bit the verbosity of a test
This commit is contained in:
parent
05f429b197
commit
20ed5eb7d6
@ -17,8 +17,8 @@ class TestCheckDependencies(unittest.TestCase):
|
|||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
return # this happens if not every dependency is installed
|
return # this happens if not every dependency is installed
|
||||||
|
|
||||||
for value in ret.values():
|
for key, value in ret.items():
|
||||||
self.assertTrue(value)
|
self.assertTrue(value, "The value for %s is False" % key)
|
||||||
|
|
||||||
|
|
||||||
class TestParserFactory(unittest.TestCase):
|
class TestParserFactory(unittest.TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user