File: control

package info (click to toggle)
golang-github-cockroachdb-datadriven 1.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,275 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
Source: golang-github-cockroachdb-datadriven
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-pmezard-go-difflib-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cockroachdb-datadriven
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cockroachdb-datadriven.git
Homepage: https://github.com/cockroachdb/datadriven
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/cockroachdb/datadriven

Package: golang-github-cockroachdb-datadriven-dev
Architecture: all
Depends:
 golang-github-pmezard-go-difflib-dev,
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: foreign
Description: extension of Table-Driven Testing (library)
 This package provides an implementation of an extension of Table-Driven
 Testing. Instead of building and iterating over a table in the test code, the
 input is further separated into files (or inline strings). For certain classes
 of tests, this can significantly reduce the friction involved in writing and
 reading these tests.
 .
 This package contains the Go library.