unittest.main-workalike that runs doctests too?
Jay Parlar
jparlar at cogeco.ca
Fri May 5 07:57:31 EDT 2006
On May 5, 2006, at 6:35 AM, John J. Lee wrote:
> ...I wrote something to do this once, but didn't do as good a job as I
> might have done and wondered if anybody else has done it properly.
>
> I know about nose, but it seems just a little too magical for my
> tastes, and includes stuff I don't really need.
>
>
> John
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
nose actually has very little magic, its operation is quite
straightforward. I've played with its codebase before, and it's quite
clean.
And the new 0.9 branch uses a plugin system for some of the extra
functionality, so you don't even have to install all the things it's
capable of doing.
Jay P.
More information about the Python-list
mailing list