jarus / flask-testing

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

Improved assertTemplateUsed assert message. Now it prints used templates. #71

Closed Jimilian closed 9 years ago

Jimilian commented 9 years ago

When I used flask-testing last time, I thought that these message is very poorly. And it's very difficult to understand what's going wrong. So I added information about templates that were used instead expected one.

jarus commented 9 years ago

Thank you. This is a nice improvement.