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

Changelog

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

  * Team upload
  * Add uscan watch file
  * Drop useless cockroachdb-datadriven package (Closes: #1023323)
  * Enable tests
  * Add Rules-Requires-Root, Testsuite, XS-Go-Import-Path
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <email address hidden>  Sat, 31 Dec 2022 18:54:03 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cockroachdb-datadriven_1.0.2-6.dsc 1.8 KiB f3af5cf2fe14627d0639a4ab2bad3a4e24a9438227ebf55d0b0f8b6b71519810
golang-github-cockroachdb-datadriven_1.0.2.orig.tar.gz 15.8 KiB b41b551b2d2285812811bdeaf4bda5640c11a4f6187d9413c1b593a0c8d100e1
golang-github-cockroachdb-datadriven_1.0.2-6.debian.tar.xz 2.4 KiB 83c648fef307e7f59b9460f21d916c830a1d1b4562a4e1248710e859129ad8f2

Available diffs

No changes file available.

Binary packages built by this source

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.