Skip to content

Replace deprecated assert_ with assertTrue for Python 3 compatibility#49

Open
aryarathoree wants to merge 1 commit intoINCF:masterfrom
aryarathoree:fix-deprecated-assert
Open

Replace deprecated assert_ with assertTrue for Python 3 compatibility#49
aryarathoree wants to merge 1 commit intoINCF:masterfrom
aryarathoree:fix-deprecated-assert

Conversation

@aryarathoree
Copy link

This PR replaces deprecated assert_ calls in unit tests with assertTrue,
which is required for compatibility with recent Python versions.

The change is limited to test code only and does not affect library behavior.

Tests were run locally on Windows with Python 3.12.

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