-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add unit tests #192
Comments
I added tests to internal packages. My idea was to also add some tests for cmd package with mocked docker dependency but as I'm not working on it right now, I'm returning the issue into todo. |
@se7entyse7en Sure. Could you add the QA team to the repo and also to the metadata because I cannot do the assignment myself? |
\cc @smola what's the policy here? maybe QA should be part of all repos by default? |
@kyrcha I'll manually add you for now 👍 |
@se7entyse7en We have pending some automation of GitHub permissions by infra. Other than that, please add QA team with Write permission to any repository on demand. Thanks! |
We should have as many unit tests as makes sense.
When possible, all features that can be tested with unit tests instead of integration tests will save time.
The text was updated successfully, but these errors were encountered: