parent
d52b2906e4
commit
14813f5fee
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class TestConfig(unittest.TestCase):
|
||||||
cfg = Config(["-l", "modules"])
|
cfg = Config(["-l", "modules"])
|
||||||
result = self.stdout.getvalue()
|
result = self.stdout.getvalue()
|
||||||
for module in all_modules():
|
for module in all_modules():
|
||||||
self.assertTrue(module["name"] in result)
|
self.assertTrue(module["name"] in result, "module {} missing in result".format(module["name"]))
|
||||||
|
|
||||||
def test_invalid_list(self):
|
def test_invalid_list(self):
|
||||||
with self.assertRaises(SystemExit):
|
with self.assertRaises(SystemExit):
|
||||||
|
|
Loading…
Reference in a new issue