wolever / parameterized

Parameterized testing with any Python test framework
Other
833 stars 105 forks source link

Remove the usage of assertRaisesRegexp unit test alias removed in Python 3.12 #169

Open hrnciar opened 1 year ago

hrnciar commented 1 year ago

https://bugs.python.org/issue?@action=redirect&bpo=45162

musicinmybrain commented 1 year ago

Further detail: the assertRaisesRegexp alias for assertRaisesRegex was deprecated in Python 3.2.