Disable paratest for a specific testsuite / run all from that test suite on the same single process #932
Unanswered
alexander-schranz
asked this question in
Q&A
Replies: 1 comment
-
No solution so far, but any PR is welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project have 2 test suites:
The Unit test are very fast without paratest
2-4 seconds
with paratest the Unit tests around20 seconds
so single process is here 5-10x faster.So maybe there is an option to tell paratest to only split a specific test suite up. So 1 process does the unit test suite and the other test suites are splitted up into the threads like for functional tests like before.
Beta Was this translation helpful? Give feedback.
All reactions