Violet icon indicating copy to clipboard operation
Violet copied to clipboard

Make unit tests run in `--parallel`

Open LiarPrincess opened this issue 3 years ago • 0 comments

With the new object model (see: #1) it should be possible to run unit tests with --parallel enabled (because py is no longer a global variable). Maybe. Probably…

  • UnicodeDataDoesNotCrashTests. test_iterateAll should be split by plane giving us 17 tests
  • make test (in Makefile) should be updated

LiarPrincess avatar Mar 31 '22 14:03 LiarPrincess