[TIP] Skipping with stdlib unittest.py

Jean-Paul Calderone exarkun at divmod.com
Fri Jul 24 09:05:12 PDT 2009


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?

Jean-Paul



More information about the testing-in-python mailing list