pytest-xdist icon indicating copy to clipboard operation
pytest-xdist copied to clipboard

make `--dist loadgroup` the default value

Open jnhyperion opened this issue 1 year ago • 0 comments

As the doc said:

This will make sure test1 and TestA::test2 will run in the same worker. Tests without the xdist_group mark are distributed normally as in the --dist=load mode.

the --dist loadgroup could be just a kind of extension of --dist load, make it as default value should be safe and also very convenient to users too.

jnhyperion avatar Jul 30 '24 08:07 jnhyperion