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 26
|
Source: golang-testify
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go, golang-objx-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-testify.git -b unstable
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-testify.git
Homepage: https://github.com/stretchr/testify
Package: golang-testify-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, golang-go, golang-objx-dev
Built-Using: ${misc:Built-Using}
Description: sacred extension to the standard go testing package
Testify is a go code (golang) set of packages that provide many tools for
testifying that code behaves as intended.
.
Features include:
* Easy assertions
* Mocking
* HTTP response trapping
* Testing suite interfaces and functions
.
This package contains the source.
|