diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2023-04-16 22:19:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-16 22:19:44 (GMT) |
commit | ff3303e49c13495d8d9cf1dc0cf0624bbda1d3ae (patch) | |
tree | 7e54b6cec286228e8c1412bba6563efc57910e86 /Doc/library/unittest.rst | |
parent | a210cac77649a18bf0eb7354c9187ec91ccb078a (diff) | |
download | cpython-ff3303e49c13495d8d9cf1dc0cf0624bbda1d3ae.zip cpython-ff3303e49c13495d8d9cf1dc0cf0624bbda1d3ae.tar.gz cpython-ff3303e49c13495d8d9cf1dc0cf0624bbda1d3ae.tar.bz2 |
gh-48330: address review comments to PR-12271 (#103209)
address review comments to PR-12271
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index d1a977f..a7c74cf 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -2191,10 +2191,6 @@ Loading and running tests .. versionadded:: 3.12 Added *durations* keyword argument. - .. versionchanged:: 3.12 - Subclasses should accept ``**kwargs`` to ensure compatibility as the - interface changes. - .. data:: defaultTestLoader Instance of the :class:`TestLoader` class intended to be shared. If no |