bpo-40421: test_capi uses assertEqual(), not assertEquals() (GH-32361)
unittest.TestCase.assertEquals() alias is depracated. Fix the warning: Lib/test/test_capi.py:1100: DeprecationWarning: Please use assertEqual instead. self.assertEquals(frame.f_locals, _testcapi.frame_getlocals(frame))
V
Victor Stinner committed
14a9b4895b61bcd46ed968c43c5eec27670a0aac
Parent: 765f6de
Committed by GitHub <noreply@github.com>
on 4/6/2022, 1:12:38 PM