-
Notifications
You must be signed in to change notification settings - Fork 21
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
[WIP] Testing cmdutils #34
base: master
Are you sure you want to change the base?
Conversation
"github.com/dachad/tcpgoon/tcpclient" | ||
) | ||
|
||
func TestCloselyNicelyPendingConnections(t *testing.T) { |
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.
You can add more works in the middle to make this more readable. For instance: TestCloseNicelyWhenThereArePendingConnections
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 fact, TestCloselyNicely does not make too much sense xD
func TestCloselyNicelyPendingConnections(t *testing.T) { | ||
mockCtrl := gomock.NewController(t) | ||
defer mockCtrl.Finish() | ||
mockObj := something.NewMockMyInterface(mockCtrl) |
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.
is this PR complete? I don't see where this block is being used..
No description provided.