python-ed25519
python-ed25519 copied to clipboard
Switch to assert* rather than fail*
The fail* methods from TestCase have been deprecated as of Python 3.1 and 3.2, and were finally removed in Python 3.12. Switch to using the non-deprecated assert* functions.