[Python-Dev] no expected test output for test_sort?

Walter Dörwald walter@livinglogic.de
Tue, 07 Jan 2003 17:38:31 +0100


Skip Montanaro wrote:
>     Brett> Also, is there any desire to try to move all of the regression
>     Brett> tests over to PyUnit?  Or is the general consensus that it just
>     Brett> isn't worth the time to move them over?
> 
> I think this is something you probably don't want to do all at once, but as
> you add new tests.  It's probably also best left for the earliest part of
> the development cycle, e.g., right after 2.3final is released.  Screwing up
> your test suite any more than necessary during alpha/beta testing seems sort
> of like aiming a shotgun at your foot to me.

I've opened a patch for tests ported to PyUnit: 
http://www.python.org/sf/662807.

The first four test ported are: test_pow, test_charmapcodec,
test_userdict and test_b1.

Bye,
    Walter Dörwald