use testify assert everywhere #42
No reviewers
Labels
No labels
breaking-change
bug
dependencies
duplicate
enhancement
go
good first issue
help wanted
invalid
investigation
proposal
proposal-accepted
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nemith/netconf!42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nemith/assert"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I fought using an external dependency for tests for a long time, but testify/{assert, require} are pretty ubiquitous and they both provide some really good test output and speed up the writing of tests I have caved.