go-vcr
GoAws
Our great sponsors
go-vcr | GoAws | |
---|---|---|
3 | 0 | |
879 | 671 | |
- | - | |
2.3 | 0.0 | |
7 months ago | 3 months ago | |
Go | Go | |
GNU General Public License v3.0 or later | MIT License |
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
-
What are you using for testing your IAC?
Terraform providers are tested this way (separate cloud account w/ create/destroy) paired with VCR to record and replay the HTTP requests.
-
Go Package for testing HTTP interactions: github.com/dnaeon/go-vcr
Let me introduce to you github.com/dnaeon/go-vcr.
-
best way to mock/unit test http.Client?
dnaeon/go-vcr
GoAws
We haven't tracked posts mentioning GoAws yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
testfixtures - Ruby on Rails like test fixtures for Go. Write tests against a real database
gomega - Ginkgo's Preferred Matcher Library
ginkgo - A Modern Testing Framework for Go
assert - :exclamation:Basic Assertion Library used along side native go testing, with building blocks for custom assertions
frisby - API testing framework inspired by frisby-js
go-mutesting - Mutation testing for Go source code
gofight - Testing API Handler written in Golang.
Gauge - Light weight cross-platform test automation
baloo - Expressive end-to-end HTTP API testing made easy in Go
bro - bro watch files in directory and run tests for them
wstest - go websocket client for unit testing of a websocket handler