Add tests for ObjectDiff, ObjectGoPrintDiff and ObjectGoPrintSideBySide - #360
magic-peach wants to merge 1 commit into
Conversation
Signed-off-by: Akanksha Trehun <akankshatrehun@gmail.com>
|
@magic-peach: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: magic-peach The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@skitt: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind test
What this PR does / why we need it:
ObjectDiff, ObjectGoPrintDiff, and ObjectGoPrintSideBySide had zero test coverage, leaving the diff package at 0% before this change.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Verified with go test ./diff/...: all 9 tests pass. Package coverage goes from 0% to 88.1%.
Release note: