Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 684 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 684 Bytes

bats-playground

This repo is used to document the learning about bats.

Commands

  • Install bats libraries as submodules
git submodule init
git submodule add https://github.com/bats-core/bats-core test/libs/bats
git submodule add https://github.com/bats-core/bats-assert test/libs/bats-assert
git submodule add https://github.com/bats-core/bats-support test/libs/bats-support
  • run a bats test
test/libs/bats/bin/bats test.bats

Learning

Reference