| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: bats | Distribution: OpenMandriva Lx |
| Version: 1.13.0 | Vendor: OpenMandriva |
| Release: 1 | Build date: Sun Dec 28 21:59:19 2025 |
| Group: Development/Tools | Build host: x86builder-3.openmandriva.org |
| Size: 0 | Source RPM: bats-1.13.0-1.src.rpm |
| Packager: uro <uro@urogaming.co.uk> | |
| Url: https://github.com/bats-core/bats-core | |
| Summary: Bash Automated Testing System | |
Bats is a TAP-compliant testing framework for Bash 3.2 or above. 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. Test cases consist of standard shell commands. Bats makes use of Bash's errexit (set -e) option when running test cases. If every command in the test case exits with a 0 status code (success), the test passes. In this way, each line is an assertion of truth.
MIT
/usr/bin/bats /usr/lib/bats-core /usr/lib/bats-core/common.bash /usr/lib/bats-core/formatter.bash /usr/lib/bats-core/preprocessing.bash /usr/lib/bats-core/semaphore.bash /usr/lib/bats-core/test_functions.bash /usr/lib/bats-core/tracing.bash /usr/lib/bats-core/validator.bash /usr/lib/bats-core/warnings.bash /usr/libexec/bats-core /usr/libexec/bats-core/bats /usr/libexec/bats-core/bats-exec-file /usr/libexec/bats-core/bats-exec-suite /usr/libexec/bats-core/bats-exec-test /usr/libexec/bats-core/bats-format-cat /usr/libexec/bats-core/bats-format-junit /usr/libexec/bats-core/bats-format-pretty /usr/libexec/bats-core/bats-format-tap /usr/libexec/bats-core/bats-format-tap13 /usr/libexec/bats-core/bats-gather-tests /usr/libexec/bats-core/bats-preprocess /usr/share/doc/bats /usr/share/doc/bats/README.md /usr/share/licenses/bats /usr/share/licenses/bats/LICENSE.md /usr/share/man/man1/bats.1.zst /usr/share/man/man7/bats.7.zst
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 6 22:00:47 2026