jarus / flask-testing

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

assertMessageFlashed does not work if no messages were flashed. #95

Closed jcass77 closed 8 years ago

jcass77 commented 8 years ago

If no messages are flashed to compare against, then assertMessageFlashed will always fail silently without raising AssertionError.