pypet
pypet copied to clipboard
Replace deprecated/removed unittest.TestCase method aliases
The method alias unittest.TestCase.assertEquals()
was deprecated in Python 3.2 and removed in Python 3.12. Replace it with unittest.TestCase.assertEqual()
.
https://docs.python.org/3.11/library/unittest.html#deprecated-aliases