cpx2 icon indicating copy to clipboard operation
cpx2 copied to clipboard

Speed up tests

Open bcomnes opened this issue 4 years ago • 0 comments

These tests take way to long to run. Some ideas for speeding up testing:

  • Switch to tap. This is probably not going to help with speed, other than writing and maintaining tests.
  • Remove sync calls wherever possible.
  • Run tests in temp dirs where they won't overlap, so we can run them in parallel.
  • Take the opportunity to improve assertion output.

Those are the main ideas I have for now.

bcomnes avatar Feb 06 '22 21:02 bcomnes