[Python-Dev] no expected test output for test_sort?
Guido van Rossum
guido@python.org
Tue, 07 Jan 2003 20:34:28 -0500
> 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.
I don't know how you picked these, but note that test_b1 and test_b2
really belong together, and should really be combined into
test_builtin. (Somehow, long ago, I thought that there was too much
there to fit in one file. Silly me. ;-)
--Guido van Rossum (home page: http://www.python.org/~guido/)