[Python-Dev] Regression testing

A.M. Kuchling akuchlin@mems-exchange.org
Thu, 23 Nov 2000 11:37:22 -0500


This morning I was looking at test_minidom.py, which contains its own
simplistic framework for running a series of regression tests.  Maybe
another 2.1 task could be selecting a standard unit testing framework;
this should mostly be a matter of selecting one, since there are
already some candidates.  I'm aware of PyUnit (pyunit.sourceforge.net)
and the unittest.py from Quixote, and have a vague feeling I'm
forgetting one other module.  No prizes for guessing which one I'd
vote for. :)

--amk