unittest.main-workalike that runs doctests too?
John J. Lee
jjl at pobox.com
Fri May 5 13:47:26 EDT 2006
Jay Parlar <jparlar at cogeco.ca> writes:
> On May 5, 2006, at 6:35 AM, John J. Lee wrote:
[...]
> > I know about nose, but it seems just a little too magical for my
> > tastes, and includes stuff I don't really need.
[...]
> nose actually has very little magic, its operation is quite
> straightforward. I've played with its codebase before, and it's quite
> clean.
Maybe (but note I *was* talking about what it does, not the
implementation of same).
> 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.
Still seems a little OTT to require another library just to find the
tests.
John
More information about the Python-list
mailing list