File: control

package info (click to toggle)
golang-testify 1.7.0%2Bgit20210824.ab6dc32-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 792 kB
  • sloc: makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,574 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: golang-testify
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>,
           Anthony Fok <foka@debian.org>,
           Martina Ferrari <tina@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-davecgh-go-spew-dev (>= 1.1.0),
               golang-github-pmezard-go-difflib-dev (>= 1.0.0),
               golang-github-stretchr-objx-dev (>= 0.1.0),
               golang-gopkg-yaml.v3-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-testify
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-testify.git
Homepage: https://github.com/stretchr/testify
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/stretchr/testify

Package: golang-github-stretchr-testify-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-davecgh-go-spew-dev (>= 1.1.0),
         golang-github-pmezard-go-difflib-dev (>= 1.0.0),
         golang-github-stretchr-objx-dev (>= 0.1.0),
         golang-gopkg-yaml.v3-dev,
         ${misc:Depends},
         ${shlibs:Depends}
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.