[BangPypers] issues using constructor in unittest

Noufal Ibrahim noufal at gmail.com
Mon Mar 14 12:24:49 CET 2011


On Mon, Mar 14 2011, Nitin Kumar wrote:

[...]

> I used this way as explained by you, still getting the same error.

[...]

Why don't you consider using an alternate test runner like nose or
py.test? This whole XUnit style unit testing thing is not really
necessary in the Python world. You just need functions that pass or fail
(using assert) and some simple setup/teardown routines.
-- 


More information about the BangPypers mailing list