#1 Testify
Module testify is a set of packages that provide many tools for testifying that your code will behave as you intend.
Package sqlmock is a mock library implementing sql driver.
Health score 58/100, confidence 80/100.
| Latest version | v1.5.2 |
| Imported by | 761 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 2 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Argument | Type | type Argument interface{ ... } |
| AnyArg | Function | func AnyArg() Argument |
| Argument.Match | Method | Match func(driver.Value) bool |
| Column | Type | type Column struct{} |
| Column.DbType | Method | func (c *Column) DbType() string |
| Column.IsNullable | Method | func (c *Column) IsNullable() (bool, bool) |
| Column.Length | Method | func (c *Column) Length() (int64, bool) |
| Column.Name | Method | func (c *Column) Name() string |
| Column.Nullable | Method | func (c *Column) Nullable(nullable bool) *Column |
| Column.OfType | Method | func (c *Column) OfType(dbType string, sampleValue interface{}) *Column |
| Column.PrecisionScale | Method | func (c *Column) PrecisionScale() (int64, int64, bool) |
| Column.ScanType | Method | func (c *Column) ScanType() reflect.Type |
Module testify is a set of packages that provide many tools for testifying that your code will behave as you intend.
Interface mocking tool for go generate
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
Package jsonassert is a Go test assertion library for verifying that two representations of JSON are semantically equal.
Module testify is a set of packages that provide many tools for testifying that your code will behave as you intend.
Interface mocking tool for go generate
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
Package jsonassert is a Go test assertion library for verifying that two representations of JSON are semantically equal.
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers