Skip to content

✅ tests: Replace deprecated assertEquals with assertEqual#632

Open
justwheel wants to merge 1 commit intooutreachy:masterfrom
justwheel:fix/py3.12-asserts
Open

✅ tests: Replace deprecated assertEquals with assertEqual#632
justwheel wants to merge 1 commit intooutreachy:masterfrom
justwheel:fix/py3.12-asserts

Conversation

@justwheel
Copy link

assertEquals was deprecated in Python 3.11 and removed in Python 3.12. Replace all 57 occurrences with assertEqual across two test files to future-proof the test suite.

`assertEquals` was deprecated in Python 3.11 and removed in Python 3.12.
Replace all 57 occurrences with `assertEqual` across two test files to
future-proof the test suite.

Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <git@jwheel.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant