From 6e6e991cd4093c68dcb081d65ed4df92883d44b2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 23 Aug 2024 16:18:20 +0100 Subject: gnu: Add go-github-com-go-quicktest-qt. * gnu/packages/golang-check.scm (go-github-com-go-quicktest-qt): New variable. Change-Id: Ifbfe7f4321be6e6d860de52e9b8f100cbbc15679 --- gnu/packages/golang-check.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 287a514ace..9b684fa94a 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -20,6 +20,7 @@ ;;; Copyright © 2023 Hilton Chain ;;; Copyright © 2023 Katherine Cox-Buday ;;; Copyright © 2024 Greg Hogan +;;; Copyright © 2024 Sharlatan Hellseher ;;; Copyright © 2024 Troy Figiel ;;; ;;; This file is part of GNU Guix. @@ -309,6 +310,32 @@ (define-public go-github-com-frankban-quicktest tests.") (license license:expat))) +(define-public go-github-com-go-quicktest-qt + (package + (name "go-github-com-go-quicktest-qt") + (version "1.101.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/go-quicktest/qt") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1mc10cszgm760aw82jyrgvld5dqcfnrsjy9zx1dzf9px34d8vlgx")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/go-quicktest/qt")) + (propagated-inputs + (list go-github-com-google-go-cmp go-github-com-kr-pretty)) + (home-page "https://github.com/go-quicktest/qt") + (synopsis "qt: quicker Go tests") + (description + "Package qt implements assertions and other helpers wrapped around the +standard library's testing types.") + (license license:expat))) + (define-public go-github-com-go-test-deep (package (name "go-github-com-go-test-deep") -- cgit v1.2.3