30 open-source projects similar to spectolabs/hoverfly, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Hoverfly alternative.
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.
A tool for generating self-contained, type-safe test doubles in go
HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
go-cmp is a value comparison library for Go designed for use in test suites. It functions as a recursive data differ and assertion tool that determines if two complex data structures are semantically equal rather than relying on strict bitwise equality. The library provides a framework for defining specialized comparison logic, allowing users to register custom equality overrides for specific types. It includes mechanisms to manage how unexported fields are handled during traversal to prevent runtime panics during deep equality checks. The system utilizes reflection-based value traversal to
A test-friendly replacement for golang's time package managed by soy-programador
Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test
Selenoid is a powerful implementation of Selenium hub using Docker containers to launch browsers.
Ruby on Rails like test fixtures for Go. Write tests against a real database
Record and replay your HTTP interactions for fast, deterministic and accurate tests