1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: golang-github-mitchellh-go-testing-interface
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/mitchellh/go-testing-interface
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-testing-interface
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-testing-interface.git
XS-Go-Import-Path: github.com/mitchellh/go-testing-interface
Testsuite: autopkgtest-pkg-go
Package: golang-github-mitchellh-go-testing-interface-dev
Architecture: all
Depends: ${misc:Depends}
Description: library to expose *testing.T as an interface
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 export test helpers as a public API
without depending on the "testing" package, since one can't create a
*testing.T struct manually.
|