awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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/httpexpectAvatar de gavv

    gavv/httpexpect

    2,721Voir sur GitHub↗

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

    Goassertionshttpjson
    Voir sur GitHub↗2,721
  • google/gofuzzAvatar de google

    google/gofuzz

    1,495Voir sur GitHub↗

    Fuzz testing for go.

    Go
    Voir sur GitHub↗1,495
  • elgohr/stop-and-goE

    elgohr/stop-and-go

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • fulldump/biffF

    fulldump/biff

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • go-testfixtures/testfixturesAvatar de go-testfixtures

    go-testfixtures/testfixtures

    1,233Voir sur GitHub↗

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

    Godatabasefixturesgo
    Voir sur GitHub↗1,233
  • google/go-cmpAvatar de google

    google/go-cmp

    4,651Voir sur 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
    Voir sur GitHub↗4,651

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • dnaeon/go-vcrAvatar de dnaeon

    dnaeon/go-vcr

    1,388Voir sur GitHub↗

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

    Gogogolangtesting
    Voir sur GitHub↗1,388
  • elgohr/go-localstackE

    elgohr/go-localstack

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • fergusstrange/embedded-postgresAvatar de fergusstrange

    fergusstrange/embedded-postgres

    1,198Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗1,198
  • franela/goblinAvatar de franela

    franela/goblin

    890Voir sur GitHub↗

    Minimal and Beautiful Go testing framework

    Go
    Voir sur GitHub↗890
  • cavaliercoder/badioC

    cavaliercoder/badio

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • go-rod/rodAvatar de go-rod

    go-rod/rod

    6,713Voir sur GitHub↗
    Goautomationcdpchrome-devtools
    Voir sur GitHub↗6,713
  • gojuno/minimockG

    gojuno/minimock

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • golang/mockAvatar de golang

    golang/mock

    9,361Voir sur GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    Voir sur GitHub↗9,361
  • aerokube/ggrA

    aerokube/ggr

    0Voir sur GitHub↗

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

    Voir sur GitHub↗0
  • data-dog/godogD

    DATA-DOG/godog

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • dvyukov/go-fuzzAvatar de dvyukov

    dvyukov/go-fuzz

    4,853Voir sur 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
    Voir sur GitHub↗4,853
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • eun/go-hitE

    Eun/go-hit

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • cabify/timexAvatar de cabify

    cabify/timex

    71Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗71
  • corbym/gocrestC

    corbym/gocrest

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • corbym/gogivenC

    corbym/gogiven

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • covergates/covergatesC

    covergates/covergates

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • aerokube/selenoidAvatar de aerokube

    aerokube/selenoid

    2,656Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗2,656
  • go-playground/assertG

    go-playground/assert

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • appleboy/gofightA

    appleboy/gofight

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • data-dog/go-sqlmockAvatar de DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Voir sur 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
    Voir sur GitHub↗6,525
  • data-dog/go-txdbAvatar de DATA-DOG

    DATA-DOG/go-txdb

    752Voir sur GitHub↗

    Immutable transaction isolated sql driver for golang

    Go
    Voir sur GitHub↗752
  • gotestyourself/gotest.toolsG

    gotestyourself/gotest.tools

    0Voir sur GitHub↗
    Voir sur GitHub↗0