From 2bd0f3e5a594994711f8c699c54bdb05e464414b Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 14 May 2022 09:08:40 +0300 Subject: [PATCH] Add a NEWS entry. (#92798) --- .../Library/2022-05-14-09-01-38.gh-issue-89325.ys-2BZ.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2022-05-14-09-01-38.gh-issue-89325.ys-2BZ.rst diff --git a/Misc/NEWS.d/next/Library/2022-05-14-09-01-38.gh-issue-89325.ys-2BZ.rst b/Misc/NEWS.d/next/Library/2022-05-14-09-01-38.gh-issue-89325.ys-2BZ.rst new file mode 100644 index 00000000000000..175869624f75dd --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-14-09-01-38.gh-issue-89325.ys-2BZ.rst @@ -0,0 +1,6 @@ +Removed many old deprecated :mod:`unittest` features: +:class:`~unittest.TestCase` method aliases, undocumented and broken +:class:`~unittest.TestCase` method ``assertDictContainsSubset``, +undocumented :meth:`TestLoader.loadTestsFromModule +` parameter *use_load_tests*, and +an underscored alias of the :class:`~unittest.TextTestResult` class.