running a PyUnit TestSuite

Achim Domma achim.domma at syynx.de
Wed Apr 30 02:49:34 EDT 2003


Hi,

I have a TestSuite which depends on the execution order of the tests. If I
use the 'main' object provided by unittest.py I can not specify the
execution order, so I set up a TestSuite by hand. But how should I run it? I
found no easy way to pass a TestSuite for unittest.main. Any hint?

regards,
Achim






More information about the Python-list mailing list