py.test - How to run tests asynchronously using pytest and gevent or another asynchronous approach? -
i have lot of tests expose rest api using requests library. tests take lot of time finish. , want make them asynchronous, don't such experience. can me giving advice or articles can find information it? or maybe know approach.
p.s: using xdist pytest plugin not work me, not start running tests in parallel due reason don't know, not me faced issue.
Comments
Post a Comment