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

https://github.com/budougumi0617/go-testing

Practice using testing pkg.
https://github.com/budougumi0617/go-testing

go testing

Last synced: 12 months ago
JSON representation

Practice using testing pkg.

Awesome Lists containing this project

README

          

# go-testing
[![CircleCI](https://img.shields.io/circleci/project/github/budougumi0617/go-testing.svg)](https://circleci.com/gh/budougumi0617/go-testing/tree/master)
[![codecov](https://codecov.io/gh/budougumi0617/go-testing/branch/master/graph/badge.svg)](https://codecov.io/gh/budougumi0617/go-testing)
[![Go Report Card](https://goreportcard.com/badge/github.com/budougumi0617/go-testing)](https://goreportcard.com/report/github.com/budougumi0617/go-testing)

Study Go testing package.

https://golang.org/pkg/testing/

Related the presentation is below:
https://speakerdeck.com/budougumi0617/tour-of-testing-in-2018

And, the related document is below:
https://budougumi0617.github.io/2018/08/19/go-testing2018/