python-ed25519 icon indicating copy to clipboard operation
python-ed25519 copied to clipboard

Switch to assert* rather than fail*

Open s-t-e-v-e-n-k opened this issue 2 years ago • 0 comments

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.

s-t-e-v-e-n-k avatar Jan 12 '24 02:01 s-t-e-v-e-n-k