climate
climate copied to clipboard
Investigate if TestCLI can check for parallel tests
Parallel tests would be error prone due to the global state change of args, stdout and stderr -- we could try to panic similar to testing (setenv).
Doesn't look like isParallel is exposed but we can probably get away with simply calling Setenv?