Path to this page:
./
devel/bats,
Testing framework for Bash
Branch: CURRENT,
Version: 0.4.0,
Package name: bats-0.4.0,
Maintainer: pkgsrc-usersBats is a TAP-compliant testing framework for Bash. It provides a
simple way to verify that the UNIX programs you write behave as
expected.
A Bats test file is a Bash script with special syntax for defining
test cases. Under the hood, each test case is just a function with
a description.
Required to run:[
shells/bash]
Master sites:
Filesize: 16.854 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2016-05-02) Package added to pkgsrc.se, version bats-0.4.0 (created)
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2016-09-18 07:31:38 by David A. Holland | Files touched by this commit (1) |
Log message:
Using PKGMANDIR is fine, but it needs to be actually set... hi jperkin :-)
|
2016-09-08 16:34:02 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Use PKGMANDIR. Fix MAINTAINER address.
|
2016-05-02 04:29:14 by Stoned Elipot | Files touched by this commit (5) |
Log message:
Add bats version 0.4.0 in the NetBSD Packages Collection.
Bats is a TAP-compliant testing framework for Bash. It provides a
simple way to verify that the UNIX programs you write behave as
expected.
A Bats test file is a Bash script with special syntax for defining
test cases. Under the hood, each test case is just a function with
a description.
|