Initial nose experience
Roy Smith
roy at panix.com
Sun Jul 15 14:58:22 EDT 2012
In article <mailman.2149.1342375358.4697.python-list at python.org>,
python at 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.
More information about the Python-list
mailing list