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.
-- 
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to