Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate if TestCLI can check for parallel tests #29

Open
avamsi opened this issue Oct 27, 2023 · 1 comment
Open

Investigate if TestCLI can check for parallel tests #29

avamsi opened this issue Oct 27, 2023 · 1 comment

Comments

@avamsi
Copy link
Owner

avamsi commented Oct 27, 2023

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).

@avamsi
Copy link
Owner Author

avamsi commented Nov 5, 2023

Doesn't look like isParallel is exposed but we can probably get away with simply calling Setenv?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant