Test flask app for multiple concurrent requests in TEST Restful webservice
Answered
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?
Please sign in to leave a comment.
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.