[docs] unittest document bug report

Chang Min Jeon jcm1981 at gmail.com
Thu Mar 15 08:09:20 CET 2012


url :
http://docs.python.org/library/unittest.html#skipping-tests-and-expected-failures

before
Classes can be skipped just like methods:

@skip("showing class skipping")

after
Classes can be skipped just like methods:

@unittest.skip("showing class skipping")-

Spread Great Software to the world.
my dream
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120315/2c4a157a/attachment-0001.html>


More information about the docs mailing list