Bash Automated Testing System

Edit Package bats
https://github.com/bats-core/bats-core#readme

Bats is a TAP-compliant (http://testanything.org/) 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.

Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program.

Refresh
Refresh
Source Files
Filename Size Changed
bats-core-1.9.0.tar.gz 0000151817 148 KB
bats.changes 0000012242 12 KB
bats.spec 0000002203 2.15 KB
Revision 33 (latest revision is 38)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1065697 from Avinesh Kumar's avatar Avinesh Kumar (akumar) (revision 33)
- Update to version 1.9.0:
  * add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (#659)
  * add `--line-reference-format` to switch file/line references in stack traces (#665)
  * add `bats:focus` tag to run only focused tests (#679)
  * add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (#674)
  * add `--help` text and `man` page content for `--filter-tags` (#679)
  * explicitly check for GNU parallel (#691)
  * wait for report-formatter to finish before ending `bats`' execution,
    to fix empty files with `--report-fomatter junit` under Docker (#692)
  * improved clarity of section about output in free code (#671)
  * fixed typos (#673)
  * clarify use cases of `run` (#366)
Comments 0
openSUSE Build Service is sponsored by