Source: golang-github-cockroachdb-datadriven
Section: admin
Priority: optional
Maintainer: Thomas Goirand <zigo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-pmezard-go-difflib-dev,
Standards-Version: 4.6.0
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

Package: golang-github-cockroachdb-datadriven-dev
Architecture: any
Depends:
 golang-github-pmezard-go-difflib-dev,
 ${misc:Depends},
 ${shlibs:Depends},
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.
