[Python-Dev] Unit testing (again)
Jeremy Hylton
jeremy@alum.mit.edu
Mon, 12 Feb 2001 16:59:06 -0500 (EST)
>>>>> "GvR" == Guido van Rossum <guido@digicool.com> writes:
[Andrew writes:]
>> I'd really like to have unit testing in 2.1 that I can actually
>> use. PyUnit as it stands is clunky enough that I'd still use the
>> Quixote framework in my code; the advantage of being included
>> with Python would not overcome its disadvantages for me. Have
>> you got a list of desired changes? And should the changes be
>> discussed on python-dev or the PyUnit list?
GvR> I'm just reporting what I've heard on our group meetings. Fred
GvR> Drake and Jeremy Hylton are in charge of getting this done.
GvR> You can catch their ear on python-dev; I'm not sure about the
GvR> PyUnit list.
I'm happy to discuss on either venue, or to hash it in private email.
What specific features do you need? Perhaps Steve will be interested
in including them in PyUnit.
Jeremy