Has anyone found a good workaround (not patching the library) for the issue (
https://code.google.com/p/googleappengine/issues/detail?id=10544) that prevents testing Exceptions raised in Endpoints handlers?
If you are unfamiliar with the issue, when an Endpoints handler raises an Exception during an automated test, the content-length of the response is not updated according to the content size of the serialized Exception and raises "AssertionError: Content-Length is different from actual app_iter length (512!=93)"
Hopefully the real fix is released soon. Even though this is a dev and testing, not production, issue, not being able to test Exception handling is a pretty significant issue as far as non-production issues go.