Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix version number in use_load_tests deprecation reference (GH-119151)
Deprecation took place in d78742a (3.5)
(cherry picked from commit aee8f03)

Co-authored-by: Jacob Walls <[email protected]>
  • Loading branch information
jacobtylerwalls authored and miss-islington committed May 22, 2024
commit f89fc31ec86fcbc7a063bc847608e8073eb45deb
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down