mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: go-github.com-smartystreets-goconvey: Move to (gnu packages golang-check).
* gnu/packages/check.scm (go-github.com-smartystreets-goconvey): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I19d8db6e3b07e1d165396c0498e328b70b2cc760
This commit is contained in:
parent
8882af2572
commit
232ed89d43
2 changed files with 25 additions and 25 deletions
|
@ -898,31 +898,6 @@ (define-public python-gixy
|
|||
command.")
|
||||
(license license:mpl2.0))))
|
||||
|
||||
(define-public go-github.com-smartystreets-goconvey
|
||||
(package
|
||||
(name "go-github.com-smartystreets-goconvey")
|
||||
(version "1.6.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/smartystreets/goconvey")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ph18rkl3ns3fgin5i4j54w5a69grrmf3apcsmnpdn1wlrbs3dxh"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/smartystreets/goconvey"))
|
||||
(propagated-inputs
|
||||
(list go-github.com-jtolds-gls go-github.com-smartystreets-assertions))
|
||||
(synopsis "Go testing tool with both a web and terminal user interface")
|
||||
(description
|
||||
"GoConvey is a testing tool for Go. It integrates with go test, can show
|
||||
test coverage and has a web user interface that will refresh automatically.")
|
||||
(home-page "https://github.com/smartystreets/goconvey")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public googletest
|
||||
(package
|
||||
(name "googletest")
|
||||
|
|
|
@ -412,6 +412,31 @@ (define-public go-github.com-smartystreets-assertions
|
|||
functions for writing tests in Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github.com-smartystreets-goconvey
|
||||
(package
|
||||
(name "go-github.com-smartystreets-goconvey")
|
||||
(version "1.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/smartystreets/goconvey")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ph18rkl3ns3fgin5i4j54w5a69grrmf3apcsmnpdn1wlrbs3dxh"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/smartystreets/goconvey"))
|
||||
(propagated-inputs
|
||||
(list go-github.com-jtolds-gls go-github.com-smartystreets-assertions))
|
||||
(home-page "https://github.com/smartystreets/goconvey")
|
||||
(synopsis "Go testing tool with both a web and terminal user interface")
|
||||
(description "GoConvey is a testing tool for Go. It integrates with go
|
||||
test, can show test coverage and has a web user interface that will refresh
|
||||
automatically.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github.com-smartystreets-gunit
|
||||
(package
|
||||
(name "go-github.com-smartystreets-gunit")
|
||||
|
|
Loading…
Reference in a new issue