ignored test cases in unittest

Terry Yin terry.yinzhe at gmail.com
Sun Aug 16 00:09:45 EDT 2009


Yes, should be more than 200. But now 187+ are running (some are
'ignored').It's
a personal project, I just don't feel safe without all the testing as it
grows bigger and bigger.


On Sun, Aug 16, 2009 at 11:40 AM, John Haggerty <bouncyinc at gmail.com> wrote:

> 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
>>
>
>


-- 
-------------------------
Blog: http://terry-yinzhe.spaces.live.com/
twitter: http://twitter.com/terryyin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090816/9faae134/attachment.html>


More information about the Python-list mailing list