An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Logo](http://svg.wiersma.co.za/hamba/project?title=testutils&tag=Go%20testing%20utilities)

[![Go Report Card](https://goreportcard.com/badge/github.com/hamba/testutils)](https://goreportcard.com/report/github.com/hamba/testutils)
[![Build Status](https://github.com/hamba/testutils/actions/workflows/test.yml/badge.svg)](https://github.com/hamba/testutils/actions)
[![Coverage Status](https://coveralls.io/repos/github/hamba/testutils/badge.svg?branch=master)](https://coveralls.io/github/hamba/testutils?branch=master)
[![Go Reference](https://pkg.go.dev/badge/github.com/hamba/testutils.svg)](https://pkg.go.dev/github.com/hamba/testutils)
[![GitHub release](https://img.shields.io/github/release/hamba/testutils.svg)](https://github.com/hamba/testutils/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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.