[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60913] [PATCH 16/25] gnu: Add go-github-com-google-go-cmdtest.
From: |
Katherine Cox-Buday |
Subject: |
[bug#60913] [PATCH 16/25] gnu: Add go-github-com-google-go-cmdtest. |
Date: |
Tue, 17 Jan 2023 18:45:01 -0700 |
* gnu/packages/golang.scm (go-github-com-google-go-cmdtest): New variable.
---
gnu/packages/golang.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fe45b29215..ced6438581 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11044,6 +11044,35 @@ (define-public go-github-com-google-go-jsonnet
implementation.")
(license license:asl2.0)))
+(define-public go-github-com-google-go-cmdtest
+ (let ((commit "55ab3332a786118933ddf71544aae14951ba9bc5")
+ (revision "0"))
+ (package
+ (name "go-github-com-google-go-cmdtest")
+ (version (git-version "0.4.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/go-cmdtest")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "10kswvbdwissjb5mr0ys4b3ppxkxlpklqg7cr2z7rv21g2vwczbl"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/google/go-cmdtest"))
+ (propagated-inputs (list go-github-com-google-renameio
+ go-github-com-google-go-cmp-cmp))
+ (home-page "https://github.com/google/go-cmdtest")
+ (synopsis "Testing your CLI")
+ (description
+ "The cmdtest package simplifies testing of command-line interfaces. It
provides
+a simple, cross-platform, shell-like language to express command execution. It
+can compare actual output with the expected output, and can also update a file
+with new \"golden\" output that is deemed correct.")
+ (license license:asl2.0))))
+
(define-public go-github-com-google-safehtml
(package
(name "go-github-com-google-safehtml")
--
2.38.1
- [bug#60899] [PATCH 00/25] gnu: golang: Add gopls, Katherine Cox-Buday, 2023/01/17
- [bug#60905] [PATCH 08/25] gnu: go-github-com-pkg-diff: Update to 0.0.0-20210226163009-20ebb0f2a09e., Katherine Cox-Buday, 2023/01/17
- [bug#60904] [PATCH 05/25] gnu: Add go-github-com-google-safehtml., Katherine Cox-Buday, 2023/01/17
- [bug#60898] [PATCH 02/25] gnu: go-golang-org-x-mod: Update to 0.7.0., Katherine Cox-Buday, 2023/01/17
- [bug#60909] [PATCH 11/25] gnu: go-golang-org-x-tools: Update to 0.5.0., Katherine Cox-Buday, 2023/01/17
- [bug#60901] [PATCH 03/25] gnu: Add go-golang-org-x-exp., Katherine Cox-Buday, 2023/01/17
- [bug#60906] [PATCH 09/25] gnu: go-github-com-rogpeppe-go-internal: Update to 1.9.0., Katherine Cox-Buday, 2023/01/17
- [bug#60913] [PATCH 16/25] gnu: Add go-github-com-google-go-cmdtest.,
Katherine Cox-Buday <=
- [bug#60914] [PATCH 15/25] gnu: Add go-github-com-client9-misspell., Katherine Cox-Buday, 2023/01/17
- [bug#60915] [PATCH 18/25] gnu: Add go-mvdan-cc-unparam., Katherine Cox-Buday, 2023/01/17
- [bug#60921] [PATCH 24/25] gnu: Add go-mvdan-cc-gofumpt., Katherine Cox-Buday, 2023/01/17
- [bug#60900] [PATCH 04/25] gnu: Add go-github-com-jba-printsrc., Katherine Cox-Buday, 2023/01/17
- [bug#60902] [PATCH 06/25] gnu: Add go-github-com-jba-templatecheck., Katherine Cox-Buday, 2023/01/17
- [bug#60910] [PATCH 12/25] gnu: Add xurls., Katherine Cox-Buday, 2023/01/17
- [bug#60918] [PATCH 19/25] gnu: Add govulncheck., Katherine Cox-Buday, 2023/01/17
- [bug#60919] [PATCH 20/25] gnu: Add go-golang-org-x-vuln., Katherine Cox-Buday, 2023/01/17
- [bug#60920] [PATCH 22/25] gnu: go-honnef-co-go-tools: Update to 0.3.3., Katherine Cox-Buday, 2023/01/17
- [bug#60907] [PATCH 07/25] gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9., Katherine Cox-Buday, 2023/01/17