go-vcr VS go-gitlab

Compare go-vcr vs go-gitlab and see what are their differences.

go-vcr

Record and replay your HTTP interactions for fast, deterministic and accurate tests (by dnaeon)
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
go-vcr go-gitlab
6 3
1,095 2,265
- 1.1%
5.0 9.3
8 days ago 5 days ago
Go Go
BSD 2-clause "Simplified" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

go-vcr

Posts with mentions or reviews of go-vcr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.

go-gitlab

Posts with mentions or reviews of go-gitlab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • Examples of well designed API wrappers?
    1 project | /r/golang | 22 May 2023
    You could take a look at https://github.com/xanzy/go-gitlab
  • Testing calls to external APIs
    3 projects | /r/golang | 9 Dec 2022
    I list my Gitlab projects with https://github.com/xanzy/go-gitlab, and in a test I wrote for the method listing and displaying my projects, I create a mock http server, that responds by returning the json response of a call to the Gitlab API.
  • Utility library, most gopher way for namespaces/packages
    3 projects | /r/golang | 27 Oct 2022
    I took note of other examples like https://github.com/xanzy/go-gitlab/blob/master/gitlab.go which use a similar approach (just with an additional client class). Is that a better approach? Having a "Client" that acts as a wrapper for different tool implementations?

What are some alternatives?

When comparing go-vcr and go-gitlab you can also consider the following projects:

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

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

Gauge - Light weight cross-platform test automation

gotaskr - A generic task runner for Go

ginkgo - A Modern Testing Framework for Go

gofight - Testing API Handler written in Golang.

gomega - Ginkgo's Preferred Matcher Library

httpmock - HTTP mocking for Golang

frisby - API testing framework inspired by frisby-js

GoAws - AWS (SQS/SNS) Clone for Development testing

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

go-mutesting - Mutation testing for Go source code