jarus / flask-testing

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

Add assertMessageFlashed. Now it's possible to check flashed messages... #72

Closed Jimilian closed 9 years ago

Jimilian commented 9 years ago

... without mocks or custom logic. Also I added two tests. But I'm not sure that these tests will pass in your environment. Sorry, that I'm checking it using pull-request :)

Jimilian commented 9 years ago

All tests are green now.

Jimilian commented 9 years ago

@jarus, Is it something wrong with my PR? How I can improve it?

Jimilian commented 9 years ago

@jarus, Could you say what's wrong with my PR?

Jimilian commented 9 years ago

I created new PR(https://github.com/jarus/flask-testing/pull/82) with same changes. Just to make merge easier.