Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 184 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 184 Bytes

bats

Docker image for bats - Bash Automated Testing System

Usage

docker run --rm \
  -v "$PWD":/code
  kszarek/bats test-file.bats

Image is built on Alpine Linux.