Open sirfredrick opened 11 months ago
assertEquals() was a deprecated alias for assertEqual() and has been removed in Python 3.12. See more here. This pull request replaces all assertEquals() calls with assertEqual() calls. This allows the tests to be run on Python 3.12.
assertEquals()
assertEqual()
assertEquals()
was a deprecated alias forassertEqual()
and has been removed in Python 3.12. See more here. This pull request replaces allassertEquals()
calls withassertEqual()
calls. This allows the tests to be run on Python 3.12.