You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however this doesn't print any information as to what the error was other than the status code. In many cases, seeing the contents of errors is helpful for diagnosing the problem. This is especially true when a 200 is expected but some other error happens yielding a 4XX error.
Right now
assert_response
first checks thestatus_code
:flask-resty/flask_resty/testing.py
Line 106 in 289e4ff
however this doesn't print any information as to what the error was other than the status code. In many cases, seeing the contents of errors is helpful for diagnosing the problem. This is especially true when a 200 is expected but some other error happens yielding a 4XX error.
I suggest something like:
The text was updated successfully, but these errors were encountered: