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

Shard tests to support parallelism across multiple machines.

Results 4 pytest-shard issues
Sort by recently updated
recently updated
newest added

Thank you for the great project! I wanted to ask couple of related questions. 1. I noticed that the `hash(item.nodeid)` doesn't give a good distribution on my workloads. I.e. if...

it was not a valid fstring so the error message just looked like this: ``` ValueError: shard_num = f{shard_num} must be less than shard_total = f{shard_total} ```

Hi, I'd love to get the latest PR into our CI system. Any chance you could prepare a new release and upload that to Pypi? Thanks a lot in advance!

It only says how to define shard numbers. But how to tell it to submit jobs to the grid? How to specify the submission command? This command > $ pytest...