Registry / testing / mitchellh-go-testing-interface

mitchellh-go-testing-interface

JSON →
library1.14.1gogounverified

Provides a testing.T-like interface for use in test helpers and libraries.

go get github.com/mitchellh/go-testing-interface
INSTALL
IMPORT
SIG · MITCHELLH-GO-TESTI
M
mitchellh-go-testing-interface
testinggov1.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

testing
github.com/mitchellh/go-testing-interface

Uses the testing interface with a runtime implementation.

package main import ( "github.com/mitchellh/go-testing-interface" ) func main() { var t testing.T = &testing.RuntimeT{} t.Log("hello") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mitchellh-go-testing-interface — go get mitchellh-go-testing-interface · libregistry