ignored test cases in unittest

John Haggerty bouncyinc at gmail.com
Sat Aug 15 23:40:23 EDT 2009


So you are saying you have several hundred tests you have to do on your
program?

On Sat, Aug 15, 2009 at 7:04 PM, Terry <terry.yinzhe at gmail.com> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090815/27c3ac83/attachment-0001.html>


More information about the Python-list mailing list