mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.13] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119386)
Deprecation took place ind78742a260
(3.5) (cherry picked from commitaee8f03abb
) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
This commit is contained in:
parent
0e6198972a
commit
414346e56d
1 changed files with 1 additions and 1 deletions
|
@ -1739,7 +1739,7 @@ unittest
|
|||
|
||||
* Undocumented :meth:`TestLoader.loadTestsFromModule
|
||||
<unittest.TestLoader.loadTestsFromModule>` parameter *use_load_tests*
|
||||
(deprecated and ignored since Python 3.2).
|
||||
(deprecated and ignored since Python 3.5).
|
||||
|
||||
* An alias of the :class:`~unittest.TextTestResult` class:
|
||||
``_TextTestResult`` (deprecated in Python 3.2).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue