How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
The main features of spectolabs/hoverfly are: Mocking Tools, Testing and QA, Testing and Quality Assurance, Testing and Service Virtualization.
Open-source alternatives to spectolabs/hoverfly include: gojuno/minimock. h2non/gock — HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… data-dog/go-txdb — Immutable transaction isolated sql driver for golang. golang/mock — GoMock is a mocking framework for the Go programming language. jarcoal/httpmock — HTTP mocking for Golang.
go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL
GoMock is a mocking framework for the Go programming language.