Source: golang-github-frankban-quicktest Maintainer: Debian Go Packaging Team Uploaders: Shengjing Zhu , Anthony Fok Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-google-go-cmp-dev (>= 0.5.2), golang-github-kr-pretty-dev (>= 0.2.1) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-frankban-quicktest Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-frankban-quicktest.git Homepage: https://github.com/frankban/quicktest Rules-Requires-Root: no XS-Go-Import-Path: github.com/frankban/quicktest Package: golang-github-frankban-quicktest-dev Architecture: all Depends: ${misc:Depends}, golang-github-google-go-cmp-dev (>= 0.5.2), golang-github-kr-pretty-dev (>= 0.2.1) Description: quick helpers for testing Go applications A collection of Go helpers for writing tests. . The library provides some base checkers like Equals, DeepEquals, Matches, ErrorMatches, IsNil and others. More can be added by implementing the Checker interface.