An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Validate and Release](https://github.com/redhat-cop/bats-library/actions/workflows/validate.yaml/badge.svg)](https://github.com/redhat-cop/bats-library/actions/workflows/validate.yaml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/redhat-cop/bats-library/badge)](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)