[TIP] Skipping with stdlib unittest.py

Robert Collins robertc at robertcollins.net
Fri Jul 24 14:37:09 PDT 2009


On Fri, 2009-07-24 at 12:05 -0400, Jean-Paul Calderone wrote:
> Hi all,
> 
> I'm curious about what other people do when they're using the stdlib unittest
> module and need to skip tests.  Fortunately, in Python 2.7, skipping features
> will be added, but what have people been doing up until now?

import testtools, use the python 2.7 contract. \o/. Actually, it needs a
new release to backport all the latest goodness, but still, thats the
short summary.

-Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://lists.idyll.org/pipermail/testing-in-python/attachments/20090725/ec8e9d8a/attachment.pgp 


More information about the testing-in-python mailing list