Bash Automated Testing System
https://github.com/sstephenson/bats#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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2/bats && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bats.changes | 0000002337 2.28 KB | |
bats.spec | 0000001983 1.94 KB | |
v1.2.0.tar.gz | 0000045947 44.9 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
accepted
request 807716
from
Olav Reinert (oreinert)
(revision 11)
- update to 1.2.0: * Added: - docs/CHANGELOG.md and docs/releasing.md (#122) - The -f, --filter flag to run only the tests matching a regular expression (#126) - Optimize stack trace capture (#138) - --jobs n flag to support parallel execution of tests with GNU parallel (#172) * Changed: - AppVeyor builds are now semver-compliant (#123) - Add Bash 5 as test target (#181) - Always use upper case signal names to avoid locale dependent err… (#215) - Fix for tests reading from stdin (#227) - Fix wrong line numbers of errors in bash < 4.4 (#229) - Remove preprocessed source after test run (#232)
Comments 0