Arun Kaliraja Baskaran
Results
2
comments of
Arun Kaliraja Baskaran
@cauvery what is the kind of scheduling in xdist you have opted for?? Are the testcases which you want to execute sequentially spread across multiple different python test modules/packages??
@cauvery.. xdist supports 4 scheduling algorithms.. "each", "load", "loadscope", "loadfile".. now -n is a shortcut for load scheduling.. meaning the scheduler will load balance the tests across the workers.. If...