[Distutils] test command for setup.py

Thomas Heller thomas.heller@ion-tof.com
Thu Sep 21 11:12:01 2000


I like the simplicity of your test command,
however I would like (and have partly implmented)
the following changes:
- don't use so many options, the build directories could
be retrieved from the 'build' command
- wrap 'try' blocks around running the tests
- output a summary of failed and passed tests
I will probably post my script later.

Thomas