-
Notifications
You must be signed in to change notification settings - Fork 110
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 for nginx runtime manager #1498
Comments
Heey @sjberman, feel free to assign me, would be cool to add some tests there ! |
Hey @zedGGs, thanks for the help on this. Assigned the issue to you and will pull your PR into the sprint when we see it! Let us know if you need any help! |
Heey @mpstefan, awesome stuff ! There's one thing, adding tests for interfaces, for example this one: that's actually being used in and then in tests theres is a Thank you in advance |
@zedGGs Feel free to use counterfeiter to mock any interfaces that need it. |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This issue was closed because it has been stalled for 14 days with no activity. |
As a developer,
I want my code to be thoroughly unit tested,
so that I can ensure that everything works as expected.
The nginx runtime manager is lacking in unit test coverage.
Acceptance
Dev notes
The text was updated successfully, but these errors were encountered: