-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Automation test #68
Comments
What type of automation do you want? Unit Test or Integration Test? For the Unit Test, we can just use the original Or we can use a testing framework like testify. For commands testing, we can use something like |
Thanks for the information, that's very useful. I think I'm gonna go with |
Maybe you can list the packages you would like to add tests. I can pick some. |
Thank you for your help. I haven't thought about this issue clearly yet, and I don't think I'll work on it very soon. |
We need an automation test tool to ensure basic command are functional during each commit.
The text was updated successfully, but these errors were encountered: