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
|
Source: golang-gopkg-testfixtures.v2
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-joho-godotenv-dev,
golang-gopkg-yaml.v2-dev
Standards-Version: 3.9.8
Homepage: https://github.com/go-testfixtures/testfixtures
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-testfixtures.v2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-testfixtures.v2.git
XS-Go-Import-Path: gopkg.in/testfixtures.v2
Package: golang-gopkg-testfixtures.v2-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-joho-godotenv-dev,
golang-gopkg-yaml.v2-dev
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
|