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

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -