assertRaises just catches base exception
I'm running into a strange problem when using unittest.assertRaises. When executing the code below I get the following output: E ====================================================================== ERROR: testAssertRaises (__main__.Test) ---------------------------------------------------------------------- Traceback (most recent call...