File: control

package info (click to toggle)
golang-github-powerman-check 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 276 kB
  • sloc: sh: 15; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 2,113 bytes parent folder | download | duplicates (2)
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
43
44
45
46
47
48
49
50
51
Source: golang-github-powerman-check
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Eric Dorland <eric@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang
Build-Depends-Indep: golang-any,
                     golang-github-davecgh-go-spew-dev,
                     golang-github-pkg-errors-dev,
                     golang-github-pmezard-go-difflib-dev,
                     golang-github-powerman-deepequal-dev,
                     golang-github-smartystreets-goconvey-dev,
                     golang-golang-x-sys-dev,
                     golang-google-grpc-dev,
                     golang-google-protobuf-dev,
		     tzdata-legacy
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-powerman-check
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-powerman-check.git
Homepage: https://github.com/powerman/check
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/powerman/check

Package: golang-github-powerman-check-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-davecgh-go-spew-dev,
         golang-github-pkg-errors-dev,
         golang-github-pmezard-go-difflib-dev,
         golang-github-powerman-deepequal-dev,
         golang-github-smartystreets-goconvey-dev,
         golang-golang-x-sys-dev,
         golang-google-grpc-dev,
         golang-google-protobuf-dev,
         ${misc:Depends}
Description: Helpers to complement Go testing package
 Write Go tests with ease and fun! This package is like testify/assert
 on steroids.
 .
 Features:
   * Compelling output from failed tests.
   * Statistics with amount of passed/failed checks.
   * Colored output in terminal.
   * 100% compatible with testing package - check package just provide
     convenient wrappers for *testing.T methods and doesn't introduce
     new concepts like BDD, custom test suite or unusual execution
     flow.
   * Very easy to add your own check functions.
   * Concise, handy and consistent API, without dot-import!