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

Run all test Under current module #4

Open
micheam opened this issue May 14, 2020 · 0 comments
Open

Run all test Under current module #4

micheam opened this issue May 14, 2020 · 0 comments
Labels
enhancement New feature or request feature request

Comments

@micheam
Copy link
Owner

micheam commented May 14, 2020

What's troubling you

Often we want to test all packages under a module to see if they are regressions. It's tedious to stop the VIM each time and go back to the terminal.

Proposed Solution

Provide a command to run all the tests under the current module.

The image of the issuing command is below.

$ go list . | while read pkg; do go test $pkg -count=1; done

it would be good to run a package-specific test and merge the results 😌

@micheam micheam added enhancement New feature or request feature request labels May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

1 participant