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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -