[docs] [issue33491] mistype of method's name

bbayles report at bugs.python.org
Mon May 14 22:07:56 EDT 2018


bbayles <bbayles at gmail.com> added the comment:

I think you'll find that your link points to the exception class `SkipTest`, which does start with a capital level.

This is distinct from the `skipTest` method of `unittest.TestCase` objects, which starts with a lowercase letter.

The documentation looks right to me. See [1] for a demonstration of the difference.

[1] https://gist.github.com/bbayles/5158750b48a5accfceaa53a898b8b902

----------
nosy: +bbayles

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33491>
_______________________________________


More information about the docs mailing list