#1 Testify
Module testify is a set of packages that provide many tools for testifying that your code will behave as you intend.
Gomega is the Ginkgo BDD-style testing framework's preferred matcher library.
Health score 80/100, confidence 80/100.
| Latest version | v1.41.0 |
| Imported by | 11.8K packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 24 days ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Assertion | Type | type Assertion = types.Assertion |
| Expect | Function | func Expect(actual any, extra ...any) Assertion |
| ExpectWithOffset | Function | func ExpectWithOffset(offset int, actual any, extra ...any) Assertion |
| Ω | Function | func Ω(actual any, extra ...any) Assertion |
| AsyncAssertion | Type | type AsyncAssertion = types.AsyncAssertion |
| Consistently | Function | func Consistently(actualOrCtx any, args ...any) AsyncAssertion |
| ConsistentlyWithOffset | Function | func ConsistentlyWithOffset(offset int, actualOrCtx any, args ...any) AsyncAssertion |
| Eventually | Function | func Eventually(actualOrCtx any, args ...any) AsyncAssertion |
| EventuallyWithOffset | Function | func EventuallyWithOffset(offset int, actualOrCtx any, args ...any) AsyncAssertion |
| Gomega | Type | type Gomega = types.Gomega |
| NewGomega | Function | func NewGomega(fail types.GomegaFailHandler) Gomega |
| GomegaAssertion | Type | type GomegaAssertion = types.Assertion |
Module testify is a set of packages that provide many tools for testifying that your code will behave as you intend.
Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.
HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
Package testcase is an opinionated testing framework.
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers