You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I developed a flask applicaiton,now I want to use locust test the flask application. I looked up the manual of locust,but all having to write the test cases separately.If so,I must write many testcases.
So I am wondering if I can embed locust directly into flask.For example, embedding locust's testcases into the method of flask's before_request_app.
I don't know locust if support the method,can help me?
Thanks very much!
The text was updated successfully, but these errors were encountered:
Hi, I developed a flask applicaiton,now I want to use locust test the flask application. I looked up the manual of locust,but all having to write the test cases separately.If so,I must write many testcases.
So I am wondering if I can embed locust directly into flask.For example, embedding locust's testcases into the method of flask's before_request_app.
I don't know locust if support the method,can help me?
Thanks very much!
The text was updated successfully, but these errors were encountered: