Hi, I have some 100s unittest cases with my python program. And sometimes, I did quick-and-dirty work by ignoring some test cases by adding an 'x' (or something else) to the beginning of the case name. As time pass by, it's very hard for me to find which test cases are ignored.
It seemed the to me that python unittest module does not support the counting of ignored test cases directly. Is there any ready solution for this? br, Terry -- http://mail.python.org/mailman/listinfo/python-list