I have a handler in my application for processing inbound emails. Is there some way to unit test that functionality? I don't see anything in the documentation.
Unit Testing Inbound Mail Service on Google App Engine
57 views Asked by Brandon At
1
If your question is about testing handlers in general on GAE you can use the WebTest framework to accomplish this. If your question is about testing the Mail service specifically you can use the Mail service stub provided by TestBed.