In article 
<[EMAIL PROTECTED]>,
 Brendan Miller <[EMAIL PROTECTED]> wrote:

> What would heavy python unit testers say is the best framework?
> 
> I've seen a few mentions that maybe the built in unittest framework
> isn't that great. I've heard a couple of good things about py.test and
> nose. Are there other options? Is there any kind of concensus about
> the best, or at least how they stack up to each other?
> 
> Brendan

I've been using unittest for years.  I'm happy with it.  I've looked at a 
couple of the other ones (I don't remember exactly which ones) and came to 
the conclusion that they didn't seem to provide enough advantage over 
unittest to make it worth switching.

Just my opinion.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to