Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#118] Replace assertEquals with assertEqual in tests (main) #120

Merged
merged 1 commit into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. [irods#118] Replace assertEquals with assertEqual in tests

    unittest.assertEquals was deprecated as an alias of unittest.assertEqual
    in python 3.2. The alias was removed in python 3.12. This commit replaces
    the use of the deprecated / removed alias with the proper method name.
    alanking committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    eeb22ef View commit details
    Browse the repository at this point in the history