-
Notifications
You must be signed in to change notification settings - Fork 17
[#96] Replacing bou.ke/monkey with Gomock #215
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
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # go.sum
# Conflicts: # go.sum
nevyangelova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably do a regression test!
|
Completely agreed! It would be good to make sure nothing is flying under the radar |
|
Plugin Spinwick PR #215 🎉 Test server created! Access here: https://confluence-pr-215-btn46.test.mattermost.cloud
The test server was created successfully, but there was an issue installing or enabling the plugin automatically:
You can manually install the plugin:
Future commits will still attempt to automatically update the plugin. Installation ID: Credentials: Posted securely in this Mattermost channel - Look for PR #215 |
ogi-m
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression tested - LGTM!
|
Test server destroyed |
Summary
Re-opening the #197 PR because of the failed pipelines and checks that are likely happening due to them being originally opened from a fork. If workflow runs are successful I will be closing the original PR in favor of this one
This PR removes the bou.ke/monkey that is used to mock functions in testing, with the necessary GoMock-compatible interfaces and mocks
The PR also contains the addition of test various constants that are shared across tests for better clarity
Ticket Link
Fixes #96