espl1000
espl1000 copied to clipboard
run testcases in parallel
Currently all the tests are run sequentially, which is leaving a lot of performance on the table.
To make it simple, we could run each test in it's own thread.
What's important is that there is still usable information when one of the tests fails. Like for example which test failed.