impr: change parallel test from _test_parallel to _parallel_test#896
impr: change parallel test from _test_parallel to _parallel_test#896speeddragon wants to merge 3 commits intoedgefrom
Conversation
|
Failed: 3. Skipped: 0. Passed: 3059. |
|
Interesting... What happens if the module has Additionally, if all we are trying to do is avoid the warning, can't we just add the exports for the |
I will check that solution. |
Avoid parallel test warning of function not being used, because it ends on
_test_paralleland not_parallel_test. All other test helpers would also show a warning of not being used, so this fixes that.