Skip to content

Fix usage of deprecated unittest APIs #714

@slozier

Description

@slozier

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions