[Python-Dev] 2.1c1 OK with Numeric -- and a testing question

Paul F. Dubois paul@pfdubois.com
Sat, 14 Apr 2001 11:36:27 -0700


I built Numeric with 2.1c1 (on Windows) and it passes all our tests.

I intend to convert the Numeric tests to use PyUnit at some point. Is there
a recommended example? I converted the MA test suite by just reading the
PyUnit web page and I have the feeling I'm missing something. I made it work
but it wasn't any nicer than my existing test when I got done. (ANYTHING is
more elegant than the existing Numeric test).