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.
我在using中进行了异步 操作。我想使用类似或类似的东西来测试我的请求。http apiPythonKleinUnittest
http api
Python
Klein
Unittest
我找到了这个,但我不确定我能否以同样的方式远程实现它。
是否有正确和直接的方法来做类似于我发现的示例中所做的事情?
提前致谢
查看响应或请求模拟python 库。它们都为测试 HTTP 请求提供了强大的功能。