golang-github-cockroachdb-datadriven 1.0.2-4 source package in Ubuntu

Changelog

golang-github-cockroachdb-datadriven (1.0.2-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Add missing ${misc:Built-Using} to Built-Using on cockroachdb-datadriven.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 00:25:02 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-cockroachdb-datadriven_1.0.2-4.dsc 2.3 KiB 7865a932dfe4387a4b31bacb515e73faee1a175d9a1447154b03e7174235a33c
golang-github-cockroachdb-datadriven_1.0.2.orig.tar.gz 15.8 KiB b41b551b2d2285812811bdeaf4bda5640c11a4f6187d9413c1b593a0c8d100e1
golang-github-cockroachdb-datadriven_1.0.2-4.debian.tar.xz 2.0 KiB 7eff85d5ca93f5a95a94fc13d33f7cb39814a2cbd116d71eb666f0d314c7e08e

Available diffs

No changes file available.

Binary packages built by this source

cockroachdb-datadriven: No summary available for cockroachdb-datadriven in ubuntu lunar.

No description available for cockroachdb-datadriven in ubuntu lunar.

golang-github-cockroachdb-datadriven-dev: 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.