gaetestbed icon indicating copy to clipboard operation
gaetestbed copied to clipboard

DEPRECATED: Base test cases to simplify testing on App Engine

Results 5 gaetestbed issues
Sort by recently updated
recently updated
newest added

Normally, taskqueue is used as a webhook, so params are encoded as a query string. However with google.appengine.ext.deferred.defer, the body is a payload of a function.

For the moment, one of the only ways one has to test the mail handling functionality of AppEngine is through the /_ah/admin interface, which can get a get old. It...

- It may be helpful to print out all sent messages or only the sent messages to the specified receiver if specified to facilitate debug in case of failure, though...