Files
pytest-xdist/testing
Aleksandr Mezin 9b0b5b1495 Add --maxschedchunk CLI option (#857)
Maximum number of tests scheduled in one step.

Setting it to 1 will force pytest to send tests to workers one by one -
might be useful for a small number of slow tests.

Larger numbers will allow the scheduler to submit consecutive chunks of tests
to workers - allows reusing fixtures.

Unlimited if not set.

Fixes #855
Fixes #255
2022-12-23 08:21:20 -03:00
..
2021-11-01 09:05:28 +02:00
2022-10-25 17:07:47 +02:00
2022-08-23 21:41:23 +01:00