Skip to content

Change assertEquals to assertEqual

Because assertEquals has been deprecated since Python 3.2 and removed in Python 3.12, this changes every instances of assertEquals to assertEqual. This fixes issue #24.

Signed-off-by: Ed Beroset beroset@ieee.org

Merge request reports

Loading