python_koans icon indicating copy to clipboard operation
python_koans copied to clipboard

Update deprecated assertEquals to assertEqual

Open bev-a-tron opened this issue 6 months ago • 0 comments

Replace deprecated assertEquals with assertEqual. Running through the koans one by one, I got this error message on koans/about_iteration.py:


You have not yet reached enlightenment ...
  AttributeError: 'AboutIteration' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

I checked that the koans still run normally after the fix.

bev-a-tron avatar Aug 03 '24 00:08 bev-a-tron