jarus / flask-testing

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

Use a more descriptive error when signals is not supported #100

Closed jcomo closed 7 years ago

jcomo commented 7 years ago

Addresses #99.

@maxtortime does this seem better to you?

maxtortime commented 7 years ago

I think it is good instructions because user can know next jobs for resolving their exceptions.

jcomo commented 7 years ago

👍 thanks for the feedback!

maxtortime commented 7 years ago

I found about requirements(like installing blinker) for using assert_template_used bottom of https://pythonhosted.org/Flask-Testing/ . I think it is better for user that link method words to API explanation. May I create pull request for document?

jcomo commented 7 years ago

In this case the error message and the docs are saying the same thing. I feel that linking to that page would be redundant