mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: bats: Define TAP.
* gnu/packages/bash.scm (bats)[description]: Use @acronym{TAP, …}.
This commit is contained in:
parent
b324c5b2b2
commit
1e8b8dcf55
1 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2015, 2017 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2015, 2017 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -409,8 +409,9 @@ (define-public bats
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(home-page "https://github.com/bats-core/bats-core/")
|
(home-page "https://github.com/bats-core/bats-core/")
|
||||||
(synopsis "Bash Automated Testing System")
|
(synopsis "Bash Automated Testing System")
|
||||||
(description "Bats is a TAP-compliant testing framework for Bash. It
|
(description
|
||||||
provides a simple way to verify that the UNIX programs you write behave as
|
"Bats is a @acronym{TAP, Test Anything Protocol}-compliant testing
|
||||||
expected. Bats is most useful when testing software written in Bash, but you
|
framework for Bash. It provides a simple way to verify that the UNIX programs
|
||||||
can use it to test any UNIX program.")
|
you write behave as expected. Bats is most useful when testing software written
|
||||||
|
in Bash, but you can use it to test any UNIX program.")
|
||||||
(license expat)))
|
(license expat)))
|
||||||
|
|
Loading…
Reference in a new issue