You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,9 @@
8
8
// The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected.
9
9
//
10
10
// The suite package provides a basic structure for using structs as testing suites, and methods on those structs as tests. It includes setup/teardown functionality in the way of interfaces.
11
+
//
12
+
// A [golangci-lint] compatible linter for testify is available called [testifylint].
0 commit comments