awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jarcoal avatar

jarcoal/httpmock

0
View on GitHub↗
2,077 Stars·106 Forks·Go·MIT·2 Aufrufegodoc.org/github.com/jarcoal/httpmock↗

Httpmock

HTTP mocking for Golang

Features

  • Mocking Tools - Mocks HTTP responses from external resources.
  • Testing and QA - HTTP response mocking library.
  • Testing and Quality Assurance - HTTP response mocking.
  • Test-Frameworks - HTTP mocking library.

Star-Verlauf

Star-Verlauf für jarcoal/httpmockStar-Verlauf für jarcoal/httpmock

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Httpmock

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Httpmock.
  • golang/mockAvatar von golang

    golang/mock

    9,361Auf GitHub ansehen↗

    GoMock is a mocking framework for the Go programming language.

    Go
    Auf GitHub ansehen↗9,361
  • h2non/gockAvatar von h2non

    h2non/gock

    2,216Auf GitHub ansehen↗

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

    Goapiassertionsexpectations
    Auf GitHub ansehen↗2,216
  • data-dog/go-sqlmockAvatar von DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,525
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
Alle 30 Alternativen zu Httpmock anzeigen→

Häufig gestellte Fragen

Was macht jarcoal/httpmock?

HTTP mocking for Golang

Was sind die Hauptfunktionen von jarcoal/httpmock?

Die Hauptfunktionen von jarcoal/httpmock sind: Mocking Tools, Testing and QA, Testing and Quality Assurance, Test-Frameworks.

Welche Open-Source-Alternativen gibt es zu jarcoal/httpmock?

Open-Source-Alternativen zu jarcoal/httpmock sind unter anderem: data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… h2non/gock — HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽. golang/mock — GoMock is a mocking framework for the Go programming language. data-dog/go-txdb — Immutable transaction isolated sql driver for golang. adamluzsi/testcase. appleboy/gofight.