luozhouyang / python-string-similarity

A library implementing different string similarity and distance measures using Python.
MIT License
991 stars 127 forks source link

Refactor deprecated unittest aliases for Python 3.11 compatibility. #30

Closed tirkarthi closed 3 years ago

tirkarthi commented 3 years ago

The aliases were deprecated and removed in Python 3.11.

Ref : python/cpython#28268

assertEquals -> assertEqual