added caspstone to build deps, added msg param in basic_tests.py

This commit is contained in:
byt3bl33d3r 2015-08-11 16:25:00 +02:00
parent a44cf5cd29
commit 56cb34568d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ class BasicTests(unittest.TestCase):
def test_exec(self):
status, res = getstatusoutput('sudo python mitmf.py --help')
self.assertEqual(0, status)
self.assertEqual(0, status, msg=res)
if __name__ == '__main__':
unittest.main()