File: control

package info (click to toggle)
golang-testify 0.0~git20141213-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 276 kB
  • ctags: 346
  • sloc: makefile: 4
file content (26 lines) | stat: -rw-r--r-- 969 bytes parent folder | download
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.