pytest-xdist
pytest-xdist copied to clipboard
pytest plugin for distributed testing and loop-on-failures testing modes.
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")...
There seems to be no way to fix the argument validation, at least without complicating things unnecessarily. So simply remove it. Instead, check `pytest_xdist_make_scheduler` return value. Also, convert every built-in...
hi, when running pytest with `--numprocesses=4` (or any non 0 number) if you generate an xml or json report using the json plugin and some of the modules fail during...
Our business requires controlling Workers in multiple different environments for testing. These Worker-controlled environments may include mobile phones, Linux, MacOS, Windows, etc. We have mechanisms for automatically detecting and restarting...
My python version is 3.10.12 pytest version : 8.2.1 execnet Version: 2.1.1 The versions are both the lastest. When I run the command:` pytest -k mykey -n 16`, I got...
**Summary**: I am encountering an issue where no test cases are selected when running tests in parallel with pytest-xdist using the arguments -n auto --dist loadgroup. This issue arose suddenly,...