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.
身份验证和基于发现的服务 api 涉及多个组件。
一个测试请求处理程序如何使用来自 oauth2client(例如 oauth_required 等)、httplib2、服务和上传的装饰器进行包装?
是否有任何常用的模拟或存根?
apiclient 包使用模拟 http 和请求类进行自己的测试。它们位于 apiclient/http.py 中,您可以看到如何在整个测试套件中使用它们。