Skip to content
Snippets Groups Projects
Commit 20ed5eb7 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Improve a bit the verbosity of a test

parent 05f429b1
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ class TestCheckDependencies(unittest.TestCase):
except RuntimeError:
return # this happens if not every dependency is installed
for value in ret.values():
self.assertTrue(value)
for key, value in ret.items():
self.assertTrue(value, "The value for %s is False" % key)
class TestParserFactory(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment