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

[WIP] Testing cmdutils #34

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

[WIP] Testing cmdutils #34

wants to merge 6 commits into from

Conversation

chadell
Copy link
Collaborator

@chadell chadell commented Nov 19, 2017

No description provided.

@chadell chadell mentioned this pull request Nov 19, 2017
"github.com/dachad/tcpgoon/tcpclient"
)

func TestCloselyNicelyPendingConnections(t *testing.T) {
Copy link
Collaborator

@dcaba dcaba Dec 3, 2017

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

Copy link
Collaborator

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)
Copy link
Collaborator

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..

@chadell chadell changed the title Testing cmdutils [WIP] Testing cmdutils Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants