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.
我是该pyral模块的新手。我尝试了演示代码,但我无法通过对 Rally 的调用。
pyral
rally = Rally(server, user, password, workspace=workspace, project=project)
我也试过。
rally = Rally(server, user, password, workspace=workspace, project=project, verify_ssl_cert=False)
有任何想法吗?
如果您的站点使用代理服务器进行 Internet 访问,您可能希望查看此答案:Rally Python API