Skip to content

Commit 2bd0f3e

Browse files
Add a NEWS entry. (#92798)
1 parent 4c3a067 commit 2bd0f3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Removed many old deprecated :mod:`unittest` features:
2+
:class:`~unittest.TestCase` method aliases, undocumented and broken
3+
:class:`~unittest.TestCase` method ``assertDictContainsSubset``,
4+
undocumented :meth:`TestLoader.loadTestsFromModule
5+
<unittest.TestLoader.loadTestsFromModule>` parameter *use_load_tests*, and
6+
an underscored alias of the :class:`~unittest.TextTestResult` class.

0 commit comments

Comments
 (0)