[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: |
( |
Subject: |
[bug#60913] [PATCH 16/25] gnu: Add go-github-com-google-go-cmdtest. |
Date: |
Mon, 06 Feb 2023 23:05:04 +0000 |
* gnu/packages/golang.scm (go-github-com-google-go-cmdtest): New variable.
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -11044,6 +11044,35 @@ (define-public go-github-com-google-go-jsonnet
> + (synopsis "Testing your CLI")
(synopsis "Test Go command line tools")
> + (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.")
(description
"This package provides a Go library to simplify the testing of
@acronym{CLI}s.")
-- (
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#60913] [PATCH 16/25] gnu: Add go-github-com-google-go-cmdtest.,
( <=