pytest-shard
pytest-shard copied to clipboard
The README doesn't explain how to parallelize tests across machines
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 --shard-id=I --num-shards=N
only tells pytest what shard IDs are, but not how to submit individual jobs.