Categorygithub.com/mndrix/tap-go
modulepackage
0.0.0-20171203230836-629fa407e90b
Repository: https://github.com/mndrix/tap-go.git
Documentation: pkg.go.dev

# README

Test Anything Protocol for Go

The Test Anything Protocol ("TAP") is a text-based interface between tests and a test harness. This package helps Go to generate TAP output.

Read the full package documentation

# Packages

No description provided by the author

# Functions

New creates a new Tap value.

# Structs

T is a type to encapsulate test state.