[docs] [issue35676] class TestCase: docs are not correct
אורי רודברג
report at bugs.python.org
Sun Jan 6 23:17:49 EST 2019
New submission from אורי רודברג <uri at speedy.net>:
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.
----------
assignee: docs at python
components: Documentation
messages: 333137
nosy: docs at python, אורי רודברג
priority: normal
severity: normal
status: open
title: class TestCase: docs are not correct
versions: Python 3.5, Python 3.6, Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35676>
_______________________________________
More information about the docs
mailing list