In particular, unittest.assertEquals appears to be used frequently and should be changed to unittest.assertEqual. Other deprecated aliases can be found at https://docs.python.org/3/library/unittest.html#deprecated-aliases
Note that only the IronPython tests (under the Tests folder) should be updated.
In particular,
unittest.assertEqualsappears to be used frequently and should be changed tounittest.assertEqual. Other deprecated aliases can be found at https://docs.python.org/3/library/unittest.html#deprecated-aliasesNote that only the IronPython tests (under the
Testsfolder) should be updated.