unittest for threading function always failed...

Kathryn Van Stone kvs at acm.org
Mon May 21 15:54:09 EDT 2007


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




More information about the Python-list mailing list