File: control

package info (click to toggle)
golang-github-data-dog-go-sqlmock 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,197 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
Source: golang-github-data-dog-go-sqlmock
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-github-kisielk-sqlstruct-dev,
               golang-go,
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-data-dog-go-sqlmock.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-data-dog-go-sqlmock.git
Homepage: https://github.com/DATA-DOG/go-sqlmock
XS-Go-Import-Path: github.com/DATA-DOG/go-sqlmock

Package: golang-github-data-dog-go-sqlmock-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Sql mock driver for golang to test database interactions
 This is a mock driver as database/sql/driver which is very flexible and
 pragmatic to manage and mock expected queries. All the expectations should be
 met and all queries and actions triggered should be mocked in order to pass a
 test. The package has no 3rd party dependencies.
 .
 This package contains the source.