pytest-xdist
pytest-xdist copied to clipboard
[request] Be able to specific second paralel grouping after --dist loadgroup
Currently when running tests with --dist loadgroup any tests not tagged for loadgroup.
Are then distributed normally as in the --dist load mode.
It would be great if we would specify the second option e.g. use --dist loadfile insteadof --dist load` mode.