Test Comments #42

Open
opened 2021-06-11 22:37:11 +00:00 by jeff · 0 comments
Owner

https://github.com/golang/go/wiki/TestComments

Avoid assert libraries.

Use go-cmp instead of reflect.Equals.

Got before Want.

Identify the Function.

Mark Test Helpers with t.Helper().

https://github.com/golang/go/wiki/TestComments Avoid assert libraries. Use [go-cmp](https://github.com/google/go-cmp) instead of `reflect.Equals`. Got before Want. Identify the Function. Mark Test Helpers with `t.Helper()`.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: simplesystems/go-resources#42
No description provided.