-
Notifications
You must be signed in to change notification settings - Fork 183
test: Add Unit Tests for reformat.go #701
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: staging
Are you sure you want to change the base?
Conversation
1) TestGetFirstNotNullType 2) TestReformatValue
1)TestReformatValueOnDataTypes 2)TestReformatRecord
|
@Beeram12 Can you please rebase you PR to staging from master |
|
@Beeram12 Can you please share a video of how this PR has been tested. |
|
@nayanj98 This is not yet done. So kept it as a draft. But the tests that I have written were tested. I can share the video for those. |
|
@Beeram12 Sure no worries please try to complete your work as soon as possible and when its done just drop a video of the same. Just makes it easy for us to give first review. |
|
@nayanj98 Sure will complete soon and let you know. |
|
@nayanj98 Hey, I have almost covered all functions, but a few are left. I am facing some trouble understanding a few functions like |
Hi, thanks a lot for your contribution and for your patience @Beeram12 In the meantime, please feel free to explore other repositories at SWOC . We appreciate your understanding and support. |
Description
Fixes #643
Type of change
How Has This Been Tested?
To test the unit tests run:
go test -v -run TestReformat_for wholereformat_test.gogo test -v -run TestNamefor individual tests.Screenshots or Recordings
Issue.463.1.mp4
Documentation
Related PR's (If Any):