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 אורי
Recipients docs@python, אורי
Date 2019-01-07.04:17:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546834667.39.0.848001961358.issue35676@roundup.psfhosted.org>
In-reply-to
Content
I think some functions of `class TestCase` are not documented correctly in the docs. For example in https://docs.python.org/3.5/library/unittest.html and also https://docs.python.org/3.6/library/unittest.html and https://docs.python.org/3.7/library/unittest.html.

Some of the functions which are not documented correctly:

assertListEqual
assertSetEqual
assertDictEqual
assertIsNone

And many other functions.

You can see some more details on https://github.com/python/typeshed/issues/2716.
History
Date User Action Args
2019-01-07 04:17:49אוריsetrecipients: + אורי, docs@python
2019-01-07 04:17:47אוריsetmessageid: <1546834667.39.0.848001961358.issue35676@roundup.psfhosted.org>
2019-01-07 04:17:47אוריlinkissue35676 messages
2019-01-07 04:17:47אוריcreate