In article <mailman.2149.1342375358.4697.python-l...@python.org>,
 pyt...@bdurham.com wrote:

> Hi Roy,
> 
> > I've been using unittest for many years, but have steadfastly 
> (perhaps stubbornly) avoided newfangled improvements like nose.  
> I finally decided to take a serious look at nose.
> 
> Thanks for sharing your nose experience.
> 
> What motivated you to migrate from unittest to nose?

Mostly I was just looking for a better way to run our existing tests.  
We've got a bunch of tests written in standard unittest, but no good way 
to start at the top of the tree and run them all with a single command.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to