File: control

package info (click to toggle)
golang-gopkg-testfixtures.v2 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: sql: 235; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,152 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-gopkg-testfixtures.v2
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-joho-godotenv-dev,
               golang-gopkg-yaml.v2-dev
Standards-Version: 4.7.2
Homepage: https://github.com/go-testfixtures/testfixtures
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-testfixtures.v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-testfixtures.v2.git
XS-Go-Import-Path: gopkg.in/testfixtures.v2

Package: golang-gopkg-testfixtures.v2-dev
Section: golang
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-joho-godotenv-dev,
         golang-gopkg-yaml.v2-dev
Multi-Arch: foreign
Description: Rails-like test fixtures for Go
 This Go library implements methods for writing tests against real
 databases instead of mocks. This library aims to make running tests
 against production data easy.
 .
 Compatible Databases:
   - PostgreSQL
   - MySQL / MariaDB
   - SQLite
   - Microsoft SQL Server
   - Oracle