[Distutils] test suite support

Andrew Kuchling akuchlin@mems-exchange.org
Thu Jan 17 11:48:14 2002


On Thu, Jan 17, 2002 at 03:47:50PM +0100, Achim Gaedke wrote:
>- PyUnit seems to me a standard or default for testing.
>
>Imo doctest intends to test documentation and reference example code and not
>"boring" test routines.

Not at all; there are people who use primarily doctest, and I use a
completely different unit test module that isn't included with Python
at all.

--amk