This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ivan Gushchin
Recipients Ivan Gushchin, docs@python
Date 2018-05-14.07:38:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526283531.17.0.682650639539.issue33491@psf.upfronthosting.co.za>
In-reply-to
Content
This link 
https://docs.python.org/2/library/unittest.html#unittest.SkipTest

names method from Capital letter. At the same time method name (according to help(unittest) ) is skipTest (starting lowercase). For those who reads documentation online this mistype leads to error.
History
Date User Action Args
2018-05-14 07:38:51Ivan Gushchinsetrecipients: + Ivan Gushchin, docs@python
2018-05-14 07:38:51Ivan Gushchinsetmessageid: <1526283531.17.0.682650639539.issue33491@psf.upfronthosting.co.za>
2018-05-14 07:38:51Ivan Gushchinlinkissue33491 messages
2018-05-14 07:38:50Ivan Gushchincreate