awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pingcap/failpoint

Open-source alternatives to Failpoint

30 open-source projects similar to pingcap/failpoint, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Failpoint alternative.

  • gavv/httpexpectgavv avatar

    gavv/httpexpect

    2,721View on GitHub↗

    End-to-end HTTP and REST API testing for Go.

    Goassertionshttpjson
    View on GitHub↗2,721
  • google/gofuzzgoogle avatar

    google/gofuzz

    1,495View on GitHub↗

    Fuzz testing for go.

    Go
    View on GitHub↗1,495
  • elgohr/stop-and-goE

    elgohr/stop-and-go

    0View on GitHub↗
    View on GitHub↗0
  • fulldump/biffF

    fulldump/biff

    0View on GitHub↗
    View on GitHub↗0
  • go-testfixtures/testfixturesgo-testfixtures avatar

    go-testfixtures/testfixtures

    1,233View on GitHub↗

    Ruby on Rails like test fixtures for Go. Write tests against a real database

    Godatabasefixturesgo
    View on GitHub↗1,233
  • google/go-cmpgoogle avatar

    google/go-cmp

    4,651View on GitHub↗

    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

    Goequalitygotesting
    View on GitHub↗4,651

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dnaeon/go-vcrdnaeon avatar

    dnaeon/go-vcr

    1,388View on GitHub↗

    Record and replay your HTTP interactions for fast, deterministic and accurate tests

    Gogogolangtesting
    View on GitHub↗1,388
  • elgohr/go-localstackE

    elgohr/go-localstack

    0View on GitHub↗
    View on GitHub↗0
  • fergusstrange/embedded-postgresfergusstrange avatar

    fergusstrange/embedded-postgres

    1,198View on GitHub↗

    Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test

    Go
    View on GitHub↗1,198
  • franela/goblinfranela avatar

    franela/goblin

    890View on GitHub↗

    Minimal and Beautiful Go testing framework

    Go
    View on GitHub↗890
  • cavaliercoder/badioC

    cavaliercoder/badio

    0View on GitHub↗
    View on GitHub↗0
  • go-rod/rodgo-rod avatar

    go-rod/rod

    6,713View on GitHub↗
    Goautomationcdpchrome-devtools
    View on GitHub↗6,713
  • gojuno/minimockG

    gojuno/minimock

    0View on GitHub↗
    View on GitHub↗0
  • golang/mockgolang avatar

    golang/mock

    9,361View on GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    View on GitHub↗9,361
  • aerokube/ggrA

    aerokube/ggr

    0View on GitHub↗

    Go Grid Router (aka Ggr) is a lightweight active load balancer used to create scalable and highly-available Selenium clusters.

    View on GitHub↗0
  • data-dog/godogD

    DATA-DOG/godog

    0View on GitHub↗
    View on GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0View on GitHub↗
    View on GitHub↗0
  • dvyukov/go-fuzzdvyukov avatar

    dvyukov/go-fuzz

    4,853View on GitHub↗

    go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of a fuzzer that evolves random inputs based on code execution paths, an instrumentation tool that produces binaries for tracking coverage, and a seed corpus manager. The tool utilizes compile-time binary instrumentation to monitor branch coverage and employs a feedback-driven mutation loop to prioritize inputs that reach new sections of the codebase. It includes capabilities for comparative differential testing to identify logic errors by executing different implementations of

    Go
    View on GitHub↗4,853
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0View on GitHub↗
    View on GitHub↗0
  • eun/go-hitE

    Eun/go-hit

    0View on GitHub↗
    View on GitHub↗0
  • cabify/timexcabify avatar

    cabify/timex

    71View on GitHub↗

    A test-friendly replacement for golang's time package managed by soy-programador

    Go
    View on GitHub↗71
  • corbym/gocrestC

    corbym/gocrest

    0View on GitHub↗
    View on GitHub↗0
  • corbym/gogivenC

    corbym/gogiven

    0View on GitHub↗
    View on GitHub↗0
  • covergates/covergatesC

    covergates/covergates

    0View on GitHub↗
    View on GitHub↗0
  • aerokube/selenoidaerokube avatar

    aerokube/selenoid

    2,656View on GitHub↗

    Selenoid is a powerful implementation of Selenium hub using Docker containers to launch browsers.

    Go
    View on GitHub↗2,656
  • go-playground/assertG

    go-playground/assert

    0View on GitHub↗
    View on GitHub↗0
  • appleboy/gofightA

    appleboy/gofight

    0View on GitHub↗
    View on GitHub↗0
  • data-dog/go-sqlmockDATA-DOG avatar

    DATA-DOG/go-sqlmock

    6,525View on GitHub↗

    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

    Godatabasegogolang
    View on GitHub↗6,525
  • data-dog/go-txdbDATA-DOG avatar

    DATA-DOG/go-txdb

    752View on GitHub↗

    Immutable transaction isolated sql driver for golang

    Go
    View on GitHub↗752
  • gotestyourself/gotest.toolsG

    gotestyourself/gotest.tools

    0View on GitHub↗
    View on GitHub↗0