https://github.com/hamba/testutils
A collection of Go testing utilities
https://github.com/hamba/testutils
golang http retry testing
Last synced: 12 months ago
JSON representation
A collection of Go testing utilities
- Host: GitHub
- URL: https://github.com/hamba/testutils
- Owner: hamba
- License: mit
- Created: 2019-10-04T04:34:46.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T16:01:05.000Z (about 1 year ago)
- Last Synced: 2025-03-27T21:52:12.914Z (about 1 year ago)
- Topics: golang, http, retry, testing
- Language: Go
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://goreportcard.com/report/github.com/hamba/testutils)
[](https://github.com/hamba/testutils/actions)
[](https://coveralls.io/github/hamba/testutils?branch=master)
[](https://pkg.go.dev/github.com/hamba/testutils)
[](https://github.com/hamba/testutils/releases)
[](https://raw.githubusercontent.com/hamba/testutils/master/LICENSE)
A collection of Go testing utilities
## Overview
Install with:
```shell
go get github.com/hamba/testutils
```
**Note:** This project has renamed the default branch from `master` to `main`. You will need to update your local environment.