mjschultz / py-radix

Python radix tree implementation for IPv4 and IPv6 prefix matching.
Other
121 stars 37 forks source link

Change away from deprecated assertEquals and assertNotEquals to assertEqual #44

Open kmosiejczuk opened 4 years ago

kmosiejczuk commented 4 years ago

Change from deprecated assertEquals and assertNotEquals to assertEqual and assertNotEqual respectively.

Beyond being deprecated, the deprecated forms seems to cause some sort of warning loop when testing in Python 3.x

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 90.33% when pulling 8f3c868687bfc7870dd199b6020d29c462400b4b on kmosiejczuk:assertEqual into 52d70b050a1dcbf3a7849aa51b2420883e31539e on mjschultz:master.