[BangPypers] unittest failing

Senthil Kumaran orsenthil at gmail.com
Tue Mar 8 12:52:00 CET 2011


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


More information about the BangPypers mailing list