-
Notifications
You must be signed in to change notification settings - Fork 13
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 ginkgo tests #94
add ginkgo tests #94
Conversation
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Signed-off-by: Oleg <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #94 +/- ##
=======================================
Coverage ? 73.74%
=======================================
Files ? 7
Lines ? 598
Branches ? 0
=======================================
Hits ? 441
Misses ? 135
Partials ? 22 Continue to review full report at Codecov.
|
Signed-off-by: Oleg <[email protected]>
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.
cool!
Signed-off-by: Oleg <[email protected]>
This PR aims to introduce Ginkgo as the testing framework to incorporate behavior-driven development.
The goal of adding Ginkgo + Gomega is to define how
copilot-ops
should behave, and then adjust the code to match the defined behavior.This PR should close #96 and #73.
Signed-off-by: Oleg [email protected]