Test flask app for multiple concurrent requests in TEST Restful webservice
已回答
I found through PyCharm's TEST Restful webservice I can send multiple requests, but they are ran as consecutive requests. I couldn't find a way to test multiple requests concurrently (at a time). Any advice how to test multiple requests concurrently?
请先登录再写评论。
Hi,
Unfortunately, it is not possible at the moment.
Please feel free to submit a feature request about it to our issue tracker using the link https://youtrack.jetbrains.com/issues/PY and let us know if you need any help.