pytest-xdist
pytest-xdist copied to clipboard
May I ask a question about distribution strategy
If I have already used the distribution mode of -- dist=loadfile, but still need some test files in the same worker, so I have marked @ pytest. mark. xdist_group (name="demo") in the test class of the test file, is this method effective
as far as i remember the shedulers are not integrated
Actually, my question is how to control the order of execution of use cases in the file when I use the -- loadfile distribution strategy, thank you。
there is no extra control at the moment