best way to mock/unit test http.Client?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gock

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

  • github.com/h2non/gock

  • go-vcr

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

  • dnaeon/go-vcr

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gaia

    Build powerful pipelines in any programming language.

  • Something like this: https://github.com/gaia-pipeline/gaia/blob/8a9f66742fbb4c5120e52fcfeef94ff4fcfd63a0/workers/pipeline/git.go#L233

  • httpmock

    HTTP mocking for Golang

  • To mock an API: https://github.com/jarcoal/httpmock to use when your code calls external APIs so you don't want your tests call the real API. No need to create an interface as you do.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Uncreative Software Engineer's Compendium to Testing

    7 projects | dev.to | 31 Jul 2023
  • What tools you use for http load testing?

    6 projects | /r/linuxadmin | 14 Apr 2023
  • 2023 Development Tool Map

    20 projects | dev.to | 19 Feb 2023
  • Testing calls to external APIs

    3 projects | /r/golang | 9 Dec 2022
  • Python vs Golang

    3 projects | dev.to | 23 Nov 2022