Improved code quality
This commit is contained in:
parent
3ff7ac9a08
commit
acec282709
16 changed files with 128 additions and 69 deletions
7
test.go
Normal file
7
test.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package assert
|
||||
|
||||
// test is the interface used for tests.
|
||||
type test interface {
|
||||
Errorf(format string, args ...any)
|
||||
FailNow()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue