green-metrics-tool icon indicating copy to clipboard operation
green-metrics-tool copied to clipboard

Add parallel testing

Open ribalba opened this issue 11 months ago • 4 comments

Currently the tests run for quite some time and there are some tests we could run in parallel. There is the great pytest-xdist package that uses workers to run tests in parallel. At some stage we should maybe look through all the tests and categorize them into two groups so we can seep up the ones that we can parallelize.

Very low prio though.

ribalba avatar Aug 29 '23 10:08 ribalba