TDD with nose or py.test

geremy condra debatem1 at gmail.com
Sun Dec 6 00:04:28 EST 2009


On Sat, Dec 5, 2009 at 6:37 PM, Paul Rubin <no.email at nospam.invalid> wrote:
> geremy condra <debatem1 at gmail.com> writes:
>> I use unittest, but mostly because its so close to junit and cppunit,
>> which I also use extensively. Having said that, it *is* in the standard
>> library and is a common denominator between all your options.
>
> What happened to doctest?

Worth mentioning as an option, I suppose, but at least for me
unittest fits the TDD workflow better. YMMV, of course.

Geremy Condra



More information about the Python-list mailing list