Unittest Automation

bourbaki nkabir at gmail.com
Mon May 7 13:57:08 EDT 2007


On May 7, 7:29 am, "Calvin Spealman" <ironfro... at gmail.com> wrote:
> I'm trying to find a better way, a shell one-liner, that I can use to
> recurse through my project, find all my test_ modules, aggregate the
> TestCase classes into a suite, and run all my tests. Basically, what
> py.test does out of the box. Why am I having such trouble doing it?
>
> --
> Read my blog! I depend on your acceptance of my opinion! I am interesting!http://ironfroggy-code.blogspot.com/

See Nose

...

nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic.

...

http://somethingaboutorange.com/mrl/projects/nose/

Cheers,
--Norm




More information about the Python-list mailing list