Alan Baljeu <[EMAIL PROTECTED]> writes: > When I call unittest.main(), it invokes sys.exit(). I would like to > run tests without exiting. How can I?
Use a ‘TestRunner’ instance, instead of ‘main()’. -- \ “If you go flying back through time and you see somebody else | `\ flying forward into the future, it's probably best to avoid eye | _o__) contact.” —Jack Handey | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list