Search before asking
Description
We should use pytest-xdist to run several testing shards in parallel.
Currently single client tests run in 40-50s, we can probably do better with this.
So we just need proper setup for the whole suit, cleanup, use different data for each sub-suite and pytest-xdist to parallelise.
Willingness to contribute