Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序中有一个处理程序用于处理入站电子邮件。有什么方法可以对该功能进行单元测试吗?我在文档中看不到任何内容。
如果您的问题是关于 GAE 上的一般测试处理程序,您可以使用WebTest框架来完成此操作。如果您的问题是关于专门测试 Mail 服务,您可以使用TestBed提供的 Mail 服务存根。