Skip to content
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

[MM-946]: Added testcases for some functions in command.go #854

Open
wants to merge 2 commits into
base: MM-918
Choose a base branch
from

Conversation

Kshitij-Katiyar
Copy link
Contributor

@Kshitij-Katiyar Kshitij-Katiyar commented Nov 19, 2024

Summary

Added test cases for the following functions in command.go

  • HandleSubscribe
  • HandleSubscriptions
  • GetCommand
  • HandleHelp
  • FormattedString
  • ToSlice

Parent PR

#845

@Kshitij-Katiyar Kshitij-Katiyar added the 2: Dev Review Requires review by a core committer label Nov 19, 2024
@Kshitij-Katiyar Kshitij-Katiyar self-assigned this Nov 19, 2024
}
}

func TestToSlice(t *testing.T) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a unit test for strings.Split? Did you actually write a test for that or is this generated by some tool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants