edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

tests: stop using deprecated TestCase method names #54

Closed FelixSchwarz closed 2 years ago

FelixSchwarz commented 2 years ago

".assert_()" and ".failIf()" were removed in Python 3.11

vstinner commented 2 years ago

Even better with assertNotIn :-) Thanks for the Python 3.11 fix.