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