On Tue, Mar 8, 2011 at 7:43 PM, Kenneth Gonsalves <lawgon at gmail.com> wrote:
> self.assertRaises(TypeError,testfunc())
Not to call testfunc, but just exercise.
self.assertRaises(TypeError,testfunc)
unittest framework takes care of calling and evaluating.
--
Senthil