I am trying to run the following test self.assertRaises(Exception,lambda: unit_test.testBasic()) where
I\'m running into a strange problem when using unittest.assertRaises. When executing the code below I get the following output: