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 并想对其进行测试。我最初的想法是使用 API 客户端,我这样做了,我使用guzzlehttp了,但是在将应用程序部署到 heroku 并使用 travis 和工作服来构建我的测试之后,结果工作服无法看到我的代码覆盖的部分考试。
guzzlehttp
所以我的问题实际上是“如何在没有 API 客户端的情况下测试我的 REST API?” 下面是我的Github的链接,显示 0% 作为我的测试覆盖率