RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
38 stars 25 forks source link

Remove deprecated assertEquals #82

Closed waynesun09 closed 2 years ago

waynesun09 commented 2 years ago

assertEquals is deprecated in python 3, replace it with assertEqual

Signed-off-by: Wayne Sun gsun@redhat.com