[Python-checkins] r46603 - python/trunk/Lib/test/test_struct.py

Fredrik Lundh fredrik at pythonware.com
Tue Jun 6 14:56:00 CEST 2006


Walter Dörwald wrote:

> It seems that test_struct used a mixture of adhoc tests and unittest
> before, so reverting your checkin would just restore this. The right
> thing to do IMHO is to convert the complete script to unittest.

or doctest.

(seriously, lots of tests would be a *lot* easier to read and maintain 
if they were implemented using doctest).

</F>



More information about the Python-checkins mailing list