https://github.com/redhat-cop/bats-library
Bash Automated Testing System Library
https://github.com/redhat-cop/bats-library
bats container-cop
Last synced: 6 months ago
JSON representation
Bash Automated Testing System Library
- Host: GitHub
- URL: https://github.com/redhat-cop/bats-library
- Owner: redhat-cop
- License: apache-2.0
- Created: 2020-06-24T15:49:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T22:27:41.000Z (6 months ago)
- Last Synced: 2025-04-09T21:53:03.421Z (6 months ago)
- Topics: bats, container-cop
- Language: Shell
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 9
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/redhat-cop/bats-library/actions/workflows/validate.yaml)
[](https://securityscorecards.dev/viewer/?uri=github.com/redhat-cop/bats-library)# π¦BATS Library π¦
[Bash Automated Testing System](https://github.com/bats-core/bats-core) Library - a collection of `test_helper` functions and files
for automating tests using BATS. This library aims to reduce the amount of repeated code across other CoP repositories currently
used for testing policies and deployments.## Some handy links ππ
- [BATS Project](https://github.com/bats-core/bats-core)
- [Loading a BATS Library](https://github.com/ztombol/bats-docs#loading)## Dependencies
This library has a dependency on:
- [bats-support](https://github.com/ztombol/bats-support)