Unit Testing Inbound Mail Service on Google App Engine

71 views Asked by At

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.

1

There are 1 answers

1
Adam On

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.