jarus / flask-testing

Unittest extensions for Flask
http://pythonhosted.org/Flask-Testing/
Other
501 stars 110 forks source link

Make it work with Flask >= 2.2.0 #157

Open danigm opened 1 year ago

danigm commented 1 year ago

After this commit the order of parameters for templating._render has changed: https://github.com/pallets/flask/commit/82c2e0366ce6b74a3786a64631ce58b85b3a7d4e

This patch uses the new order.