File: control

package info (click to toggle)
golang-github-matryer-is 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,027 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
Source: golang-github-matryer-is
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Homepage: https://github.com/matryer/is
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-matryer-is
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-matryer-is.git
XS-Go-Import-Path: github.com/matryer/is
Testsuite: autopkgtest-pkg-go

Package: golang-github-matryer-is-dev
Architecture: all
Depends: ${misc:Depends}
Description: professional lightweight testing mini-framework for Go
 This is a lightweight testing mini-framework for Go.
 .
  - Easy to write and read
  - Beautifully simple API (https://godoc.org/github.com/matryer/is) with
    everything you need: is.Equal, is.True, is.NoErr, and is.Fail
  - Use comments to add descriptions (which show up when tests fail)