[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: Add go-github-com-jacobsa-ogletest.
From: |
guix-commits |
Subject: |
07/13: gnu: Add go-github-com-jacobsa-ogletest. |
Date: |
Tue, 28 Mar 2023 16:35:08 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit bcec46eee260efe9bc6d41c30c4480ab82296158
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Sun Mar 5 12:54:51 2023 -0800
gnu: Add go-github-com-jacobsa-ogletest.
* gnu/packages/golang.scm (go-github-com-jacobsa-ogletest): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/golang.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b513b0d5b0..fdde6f7cae 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1274,6 +1274,41 @@ Test for C++ and Google JS Test.")
"Package oglemock provides a mocking framework for unit tests.")
(license license:asl2.0))))
+(define-public go-github-com-jacobsa-ogletest
+ (let ((commit "80d50a735a1108a2aeb7abc4a988d183f20c5292")
+ (revision "0"))
+ (package
+ (name "go-github-com-jacobsa-ogletest")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jacobsa/ogletest")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1lbwbxzr75g65q07ry5k4kglxqs3ym7xkvqznzm55rm3qk76v83r"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/jacobsa/ogletest"
+ ;; These tests should be made working
+ #:tests? #f))
+ (native-inputs (list
+ go-github-com-jacobsa-oglematchers
+ go-github-com-jacobsa-oglemock
+ go-github-com-jacobsa-reqtrace
+ go-golang-org-x-net))
+ (home-page "https://github.com/jacobsa/ogletest")
+ (synopsis "Expressive unit tests")
+ (description
+ "Package ogletest provides a framework for writing expressive unit
tests. It
+integrates with the builtin testing package, so it works with the gotest
+command. Unlike the testing package which offers only basic capabilities for
+signalling failures, it offers ways to express expectations and get nice
failure
+messages automatically.")
+ (license license:asl2.0))))
+
(define-public go-github-com-kataras-golog
(package
(name "go-github-com-kataras-golog")
- branch master updated (d7673b49c0 -> c4cca9cb5d), guix-commits, 2023/03/28
- 02/13: gnu: go-golang-org-x-net: Update to 0.5.0., guix-commits, 2023/03/28
- 01/13: gnu: go-golang-org-x-sys: Update to 0.4.0., guix-commits, 2023/03/28
- 06/13: gnu: Add go-github-com-jacobsa-oglemock., guix-commits, 2023/03/28
- 07/13: gnu: Add go-github-com-jacobsa-ogletest.,
guix-commits <=
- 03/13: gnu: Add go-github-com-hanwen-go-fuse-v2., guix-commits, 2023/03/28
- 05/13: gnu: Add go-github-com-jacobsa-oglematchers., guix-commits, 2023/03/28
- 04/13: gnu: Add go-github-com-aperturerobotics-jacobsa-crypto., guix-commits, 2023/03/28
- 08/13: gnu: Add go-github-com-jacobsa-reqtrace., guix-commits, 2023/03/28
- 10/13: gnu: Add go-github-com-rfjakob-eme., guix-commits, 2023/03/28
- 12/13: gnu: Go 1.19: Update to 1.19.7., guix-commits, 2023/03/28
- 13/13: gnu: Go 1.20: Update to 1.20.2., guix-commits, 2023/03/28
- 09/13: gnu: Add go-github-com-pkg-xattr., guix-commits, 2023/03/28
- 11/13: gnu: Add gocryptfs., guix-commits, 2023/03/28