ignored test cases in unittest

Terry terry.yinzhe at gmail.com
Sat Aug 15 21:04:29 EDT 2009


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



More information about the Python-list mailing list