If all you are doing is testing that run() works correctly, you could probably also get away with just calling run() directly instead of also implicitly testing the Thread class as well.
-Kathy -- http://mail.python.org/mailman/listinfo/python-list
If all you are doing is testing that run() works correctly, you could probably also get away with just calling run() directly instead of also implicitly testing the Thread class as well.
-Kathy -- http://mail.python.org/mailman/listinfo/python-list