-
Notifications
You must be signed in to change notification settings - Fork 60
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
test: unit tests for api layer #4161
base: main
Are you sure you want to change the base?
Conversation
🐙 OctomindTest Report: 0/14 successful.
commit sha: 4a58c96 |
🐙 OctomindTest Report: 0/14 successful.
commit sha: dce444c |
This comment has been minimized.
This comment has been minimized.
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.
Why are there no tests for the API files: board_reaction, boards, etc.?"
0b63a4a
to
098ccdd
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
review is done
in the API layer have been completed. Next, we still need to implement mockery in all API tests and delete the manual interfaces steps to todo: * remove old manual written interface mock implementation, * adapt api tests, * enhance readme for mockery setup.
implementations
adapt readme for mockery
TestParameterBundle usage in columns test
with mockery
8a4a1b5
to
b721a02
Compare
🐙 OctomindTest Report: 14/14 successful.
commit sha: 1cb51da |
The deployment to the dev cluster was successful. You can find the deployment here: https://4161.development.scrumlr.fra.ics.inovex.io Deployed Images
|
Description
Implemented unittests for api/columns.go
Changelog
api/columns_test.go
Checklist
(Optional) Visual Changes