Pakket: golang-github-mitchellh-go-testing-interface-dev (1.14.1-1)
Verwijzigingen voor golang-github-mitchellh-go-testing-interface-dev
Debian bronnen:
Het bronpakket golang-github-mitchellh-go-testing-interface downloaden:
- [golang-github-mitchellh-go-testing-interface_1.14.1-1.dsc]
- [golang-github-mitchellh-go-testing-interface_1.14.1.orig.tar.xz]
- [golang-github-mitchellh-go-testing-interface_1.14.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- libuno-purpenvhelpergcc3-3
- linux-image-6.12.6-rt-amd64-dbg
- node-prosemirror-test-builder
- golang-github-cheekybits-is-dev
- golang-github-mitchellh-mapstructure-dev
- uno-libs3
- libtie-cycle-perl
- python-pysqlite2
- golang-github-thalesignite-crypto11-dev
- golang-github-erikstmartin-go-testdb-dev
- golang-github-tcnksm-go-input-dev
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.