-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Test Python
-
None
-
Storage Engines
-
3
-
StorEng - 2024-10-01
Python has deprecated the assertEquals and assertNotEquals objects as per the below release notes.
https://docs.python.org/3.11/whatsnew/3.11.html
Use the alternative objects assertEqual and assertNotEqual to replace the assertEquals and assertNotEquals objects.