Source: golang-github-karlseguin-expect
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-wsxiaoys-terminal-dev
Standards-Version: 3.9.8
Homepage: https://github.com/karlseguin/expect
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-karlseguin-expect.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-karlseguin-expect.git
XS-Go-Import-Path: github.com/karlseguin/expect

Package: golang-github-karlseguin-expect-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-wsxiaoys-terminal-dev
Description: Testing framework for Go with more concise syntax
 Expect is a testing framework for Go to help write shorter
 tests. Go's built-in testing package is fine, except it tends to lead
 to verbose code. Expect runs within the go test framework but
 provides a different, concise syntax for specifying expectations.
