-
Notifications
You must be signed in to change notification settings - Fork 40k
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 support for TAP (test anything protocol) output #2720
Conversation
TestKubernetesROService, | ||
TestKubeletSendsEvent, | ||
tests := []TestSpec{ | ||
{TestKubernetesROService, "TestKubernetesROService", 1}, |
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.
Do we really have to specify an index? can't that be figured out by using a loop variable or something?
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.
I would like to specify an index so that the index of a test stays consistent, even if someone adds a test in the middle of the list.
--brendan
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.
In that case, please add a comment explaining why you want that (what's wrong with name??), and maybe find a better name than "index", because no one is going to assume you want the indexes to get mixed up over time...
Rebased. PTAL |
d81410b
to
c7db724
Compare
Passes e2e... |
Github hid my last comment because it was a response: "please add a comment explaining why you want [indexes to behave like that], and maybe find a better name than "index", because no one is going to assume you want the indexes to get mixed up over time..." |
Done. ptal. thanks |
c78c2ea
to
a2bc38f
Compare
pingity ping ping ;) |
LGTM |
Add support for TAP (test anything protocol) output
No description provided.