Go library to expose *testing.t as an interface
Go-testing-interface is a Go library that exports an interface that *testing.T implements as well as a runtime version you can use in its place. The purpose of this library is so that you can export test helpers as a public API without depending on the "testing" package, since you can't create a *testing.T struct manually. This lets you, for example, use the public testing APIs to generate mock data at runtime, rather than just at test time. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mitchellh/go-testing-interface
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.4-3.fc35 | - |
Fedora 35 | 1.0.4-3.fc35 | - |
Fedora 34 | 1.0.4-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-mitchellh-testing-interface dash maintainers at fedoraproject dot org
.